org.apache.tools.ant.taskdefs.condition
Class Xor
- Cloneable, Condition, DynamicElement
The Xor condition type to exclusive or operations.
This does not shortcut stuff.
boolean | eval()- Evaluate the contained conditions.
|
add, addAnd, addAvailable, addChecksum, addContains, addEquals, addFilesMatch, addHttp, addIsFalse, addIsFileSelected, addIsReference, addIsSet, addIsTrue, addNot, addOr, addOs, addSocket, addUptodate, countConditions, createDynamicElement, getConditions, getTaskName, setTaskName |
eval
public boolean eval()
throws BuildException Evaluate the contained conditions.
- eval in interface Condition
- the result of xoring the conditions together.