|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
ise.antelope.tasks.BooleanConditionBase
ise.antelope.tasks.Or
public class Or
<or> condition container, modified for Antelope.
Iterates over all conditions and returns true as soon as one evaluates to true.
| Field Summary |
|---|
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
description, location, project |
| Constructor Summary | |
|---|---|
Or()
|
|
| Method Summary | |
|---|---|
boolean |
eval()
|
| Methods inherited from class ise.antelope.tasks.BooleanConditionBase |
|---|
add, addAnd, addAvailable, addChecksum, addContains, addDateBefore, addDateDifference, addEndsWith, addEquals, addFilesMatch, addHttp, addIsFalse, addIsGreaterThan, addIsLessThan, addIsPropertyFalse, addIsPropertyTrue, addIsReference, addIsSet, addIsTrue, addMathEquals, addNot, addOr, addOs, addSocket, addStartsWith, addTimeBefore, addTimeDifference, addUptodate, countConditions, getConditionCount, getConditions, getFirstCondition |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Or()
| Method Detail |
|---|
public boolean eval()
throws org.apache.tools.ant.BuildException
eval in interface org.apache.tools.ant.taskdefs.condition.Conditionorg.apache.tools.ant.BuildException - if an error occurs
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||