net.sf.antcontrib.cpptasks.types
public class CommandLineArgument extends Object
Nested Class Summary | |
---|---|
static class | CommandLineArgument.LocationEnum
Enumerated attribute with the values "start", "mid" and "end", |
Constructor Summary | |
---|---|
CommandLineArgument() |
Method Summary | |
---|---|
int | getLocation() |
String | getValue() |
boolean | isActive(Project p)
Returns true if the define's if and unless conditions (if any) are
satisfied. |
void | setIf(String propName)
Sets the property name for the 'if' condition.
|
void | setLocation(CommandLineArgument.LocationEnum location)
Specifies relative location of argument on command line. |
void | setUnless(String propName)
Set the property name for the 'unless' condition.
|
void | setValue(String value)
Specifies the string that should appear on the command line. |
Parameters: propName name of property