org.apache.tools.ant.taskdefs.optional.dotnet
public class DotnetDefine extends Object
| Method Summary | |
|---|---|
| String | getName()
Get the name of the definition. |
| 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. |
Returns: the name.
Parameters: owner owning task
Returns: The value of the definition.
Throws: BuildException if there is an error.
Parameters: owner the owning task.
Returns: true if the condition is valid
Parameters: condition the name of the property
Parameters: name the name value.
Parameters: condition the name of the property