|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.izforge.izpack.rules.Condition
com.izforge.izpack.rules.OrCondition
com.izforge.izpack.rules.XorCondition
public class XorCondition
| Field Summary | |
|---|---|
private static long |
serialVersionUID
|
| Fields inherited from class com.izforge.izpack.rules.OrCondition |
|---|
leftoperand, rightoperand |
| Fields inherited from class com.izforge.izpack.rules.Condition |
|---|
id, installdata |
| Constructor Summary | |
|---|---|
XorCondition()
|
|
XorCondition(Condition operand1,
Condition operand2,
AutomatedInstallData installdata)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDependenciesDetails()
|
boolean |
isTrue()
|
void |
readFromXML(IXMLElement xmlcondition)
|
| Methods inherited from class com.izforge.izpack.rules.OrCondition |
|---|
makeXMLData |
| Methods inherited from class com.izforge.izpack.rules.Condition |
|---|
getId, getInstalldata, setId, setInstalldata |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
public XorCondition()
public XorCondition(Condition operand1,
Condition operand2,
AutomatedInstallData installdata)
operand1 - operand2 - | Method Detail |
|---|
public void readFromXML(IXMLElement xmlcondition)
readFromXML in class OrConditionpublic boolean isTrue()
isTrue in class OrConditionpublic java.lang.String getDependenciesDetails()
getDependenciesDetails in class OrCondition
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||