org.apache.tools.ant.taskdefs.optional.dotnet
public class DotnetDefine extends Object
Method Summary | |
---|---|
String | getName() |
String | getValue(Task owner)
This method gets the value of this definition. |
boolean | isSet(Task owner)
logic taken from patternset |
void | setIf(String condition)
the name of a property which must be defined for
the definition to be set. |
void | setName(String name)
the name of the definition. |
void | setUnless(String condition)
the name of a property which must be undefined for
the definition to be set. |
Parameters: owner owning task
Returns: The value of the definition.
Throws: BuildException
Parameters: owner
Returns: true if the condition is valid
Parameters: condition the name of the property
Parameters: name
Parameters: condition the name of the property