public class ImgPacksPanelAutomationHelper extends java.lang.Object implements PanelAutomation
Constructor and Description |
---|
ImgPacksPanelAutomationHelper() |
Modifier and Type | Method and Description |
---|---|
void |
makeXMLData(AutomatedInstallData idata,
XMLElement panelRoot)
Asks to make the XML panel data.
|
void |
runAutomated(AutomatedInstallData idata,
XMLElement panelRoot)
Asks to run in the automated mode.
|
public void makeXMLData(AutomatedInstallData idata, XMLElement panelRoot)
makeXMLData
in interface PanelAutomation
idata
- The installation data.panelRoot
- The XML root to write the data in.public void runAutomated(AutomatedInstallData idata, XMLElement panelRoot)
runAutomated
in interface PanelAutomation
idata
- The installation data.panelRoot
- The root of the panel data.