public class ProcessorParam
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
ifCond |
private java.lang.String |
name |
private java.lang.String |
unlessCond |
private java.lang.String |
value |
Constructor and Description |
---|
ProcessorParam() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
java.lang.String |
getValue() |
boolean |
isActive(org.apache.tools.ant.Project p)
Returns true if the define's if and unless conditions (if any) are
satisfied.
|
void |
setIf(java.lang.String propName)
Sets the property name for the 'if' condition.
|
void |
setName(java.lang.String name)
Specifies relative location of argument on command line.
|
void |
setUnless(java.lang.String propName)
Set the property name for the 'unless' condition.
|
void |
setValue(java.lang.String value)
Specifies the string that should appear on the command line.
|
private java.lang.String ifCond
private java.lang.String name
private java.lang.String unlessCond
private java.lang.String value
public java.lang.String getName()
public java.lang.String getValue()
public boolean isActive(org.apache.tools.ant.Project p)
public void setIf(java.lang.String propName)
public void setName(java.lang.String name)
public void setUnless(java.lang.String propName)
propName
- name of propertypublic void setValue(java.lang.String value)