public class TaskUtil extends Object
| Constructor and Description |
|---|
TaskUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
testIfCondition(String inValue,
org.apache.tools.ant.Project inProject)
test the if condition
|
static boolean |
testUnlessCondition(String inValue,
org.apache.tools.ant.Project inProject)
test the unless condition
|
public TaskUtil()
public static boolean testIfCondition(String inValue, org.apache.tools.ant.Project inProject)
inValue - the property to check for its existenceinProject - the project in which to check for the propertypublic static boolean testUnlessCondition(String inValue, org.apache.tools.ant.Project inProject)
inValue - the property to check for its existenceinProject - the project in which to check for the property
jataylor@hairyfatguy.com