public interface PanelAutomation
AutomatedInstaller| Modifier and Type | Method and Description |
|---|---|
void |
makeXMLData(AutomatedInstallData installData,
XMLElement panelRoot)
Asks the panel to set its own XML data that can be brought back for an automated installation
process.
|
void |
runAutomated(AutomatedInstallData installData,
XMLElement panelRoot)
Makes the panel work in automated mode.
|
void makeXMLData(AutomatedInstallData installData, XMLElement panelRoot)
installData - The installation datapanelRoot - The XML root element of the panels blackbox tree.void runAutomated(AutomatedInstallData installData, XMLElement panelRoot)
installData - The installation datapanelRoot - The XML root element of the panels blackbox tree.