| |
|
| java.lang.Object org.apache.tools.ant.taskdefs.optional.metaboss.MetaBossToolInvocationParam
MetaBossToolInvocationParam | public class MetaBossToolInvocationParam (Code) | | The container of the tool invocation property name and value. Any number of the properties
can be passed to any of the tool invocation tasks
|
getContent | public String getContent()(Code) | | The getter for the "value" or "file" or "path" attribute
|
getName | public String getName()(Code) | | The getter for the "name" attribute
|
setFile | public void setFile(File pFile) throws BuildException(Code) | | The setter for the "file" attribute
|
setName | public void setName(String pName) throws BuildException(Code) | | The setter for the "name" attribute
|
setPath | public void setPath(Path pPath) throws BuildException(Code) | | The setter for the "path" attribute
|
setValue | public void setValue(String pValue) throws BuildException(Code) | | The setter for the "value" attribute. Note that setValue(), setFile() and setPath()
are mutually exclusive setters and only one of them can be called
|
|
|
|