|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.izforge.izpack.panels.userinput.field.ElementReader
public class ElementReader
Configuration element reader.
| Constructor Summary | |
|---|---|
ElementReader(Config config)
Constructs a ElementReader. |
|
| Method Summary | |
|---|---|
Condition |
getComplexPanelCondition(IXMLElement spec,
PlatformModelMatcher matcher,
InstallData installData,
RulesEngine rules)
Gets a global condition for viewing an UserInputPanel depending on the following optional nested tags to the panel tag: createForPack createForUnselectedPack os |
protected Config |
getConfig()
Returns the configuration. |
List<OsModel> |
getOsModels(IXMLElement element)
Returns the OS models associated with an element. |
List<String> |
getPacks(IXMLElement element)
Returns the pack names associated with an element. |
List<String> |
getUnselectedPacks(IXMLElement element)
Returns the unselected pack names associated with an element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ElementReader(Config config)
ElementReader.
config - the configuration to read from| Method Detail |
|---|
public List<String> getPacks(IXMLElement element)
element - the element
public List<String> getUnselectedPacks(IXMLElement element)
element - the element
public List<OsModel> getOsModels(IXMLElement element)
element - the element
public Condition getComplexPanelCondition(IXMLElement spec,
PlatformModelMatcher matcher,
InstallData installData,
RulesEngine rules)
spec - UserInputPanel descriptormatcher - the platform-model matcherinstallData - the installation datarules - the rules engine
protected Config getConfig()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||