|
|||||||||
| 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
public class OrCondition
| Field Summary | |
|---|---|
protected Condition |
leftoperand
|
protected Condition |
rightoperand
|
private static long |
serialVersionUID
|
| Fields inherited from class com.izforge.izpack.rules.Condition |
|---|
id, installdata |
| Constructor Summary | |
|---|---|
OrCondition()
|
|
OrCondition(Condition operand1,
Condition operand2)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDependenciesDetails()
|
boolean |
isTrue()
|
void |
readFromXML(XMLElement xmlcondition)
|
| 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
protected Condition leftoperand
protected Condition rightoperand
| Constructor Detail |
|---|
public OrCondition()
public OrCondition(Condition operand1,
Condition operand2)
| Method Detail |
|---|
public void readFromXML(XMLElement xmlcondition)
readFromXML in class Conditionpublic boolean isTrue()
isTrue in class Conditionpublic java.lang.String getDependenciesDetails()
getDependenciesDetails in class Condition
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||