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