|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.fikin.ant.types.IfUnless
public abstract class IfUnless
An Ant-type class providing with ability to set
if="property"
and/or unless="property"
created on Dec 28, 2006
Constructor Summary | |
---|---|
IfUnless()
|
Method Summary | |
---|---|
void |
setIf(java.lang.String ifProperty)
Set whether this param should be used. |
void |
setUnless(java.lang.String unlessProperty)
Set whether this param should NOT be used. |
boolean |
shouldUse(org.apache.tools.ant.Task task)
Ensures that the param passes the conditions placed on it with if and unless properties. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.fikin.ant.types.Type |
---|
check |
Constructor Detail |
---|
public IfUnless()
Method Detail |
---|
public void setIf(java.lang.String ifProperty)
ifProperty
- name of propertypublic void setUnless(java.lang.String unlessProperty)
unlessProperty
- name of propertypublic boolean shouldUse(org.apache.tools.ant.Task task)
if
and unless
properties.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |