|
|||||||||
| 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.RefCondition
public class RefCondition
References an already defined condition
| Field Summary | |
|---|---|
(package private) Condition |
referencedcondition
|
private java.lang.String |
referencedConditionId
|
private static long |
serialVersionUID
|
| Fields inherited from class com.izforge.izpack.rules.Condition |
|---|
id, installdata |
| Constructor Summary | |
|---|---|
RefCondition()
|
|
| 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
Condition referencedcondition
private java.lang.String referencedConditionId
| Constructor Detail |
|---|
public RefCondition()
| 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 | ||||||||