CompilerParam
, LinkerParam
public class ProcessorParam
extends java.lang.Object
Constructor | Description |
---|---|
ProcessorParam() |
Modifier and Type | Method | 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.
|
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)
Copyright ? 2001-2019 Ant-Contrib project. All Rights Reserved.