public class DotnetDefine
extends java.lang.Object
| Constructor and Description |
|---|
DotnetDefine() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
java.lang.String |
getValue(org.apache.tools.ant.Task owner)
This method gets the value of this definition.
|
boolean |
isSet(org.apache.tools.ant.Task owner)
logic taken from patternset
|
void |
setIf(java.lang.String condition)
the name of a property which must be defined for
the definition to be set.
|
void |
setName(java.lang.String name)
the name of the definition.
|
void |
setUnless(java.lang.String condition)
the name of a property which must be undefined for
the definition to be set.
|
public void setIf(java.lang.String condition)
condition - the name of the propertypublic void setUnless(java.lang.String condition)
condition - the name of the propertypublic java.lang.String getName()
public void setName(java.lang.String name)
name - public java.lang.String getValue(org.apache.tools.ant.Task owner)
throws org.apache.tools.ant.BuildException
owner - owning taskorg.apache.tools.ant.BuildExceptionpublic boolean isSet(org.apache.tools.ant.Task owner)
owner -