com.ibm.xml.xapi.ant
Class SimpleArg
- java.lang.Object
com.ibm.xml.xapi.ant.SimpleArg
Direct known subclasses:
LocalPart, NameSpaceURI, TaskCompileXPath.Cpm, TaskCompileXPath.Dnet, TaskCompileXPath.Dnf, TaskCompileXPath.Ns, TaskCompileXPath.Schema, TaskCompileXQuery.Bsp, TaskCompileXQuery.Cnmi, TaskCompileXQuery.Cnmp, TaskCompileXQuery.Csm, TaskCompileXQuery.Dnet, TaskCompileXQuery.Dnf, TaskCompileXQuery.Eso, TaskCompileXQuery.Ordm, TaskCompileXSLT.BaseURI, TaskCompileXSLT.Dir, TaskCompileXSLT.Imm, TaskCompileXSLT.InputFile, TaskCompileXSLT.Out, TaskCompileXSLT.Pkg
- public class SimpleArg
- extends java.lang.Object
Field Summary
Modifier and Type | Field and Description |
---|---|
|
myProject
|
Constructor Summary
Constructor and Description |
---|
SimpleArg()
|
SimpleArg(Project p)
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
addText(java.lang.String text)
|
|
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail
myProject
- protected Project myProject
Constructor Detail
SimpleArg
- public SimpleArg()
SimpleArg
- public SimpleArg(Project p)
Method Detail
addText
- public void addText(java.lang.String text)
toString
- public java.lang.String toString( )
Overrides:
toString
in class java.lang.Object