Package com.zerog.ia.auto.project.vapp
Class ApplicationInstallationInformation
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.vapp.ApplicationInstallationInformation
-
- All Implemented Interfaces:
Referenceable
public final class ApplicationInstallationInformation extends ProjectObject
Denotes Application Installers that should be installed on to the virtual machine
-
-
Constructor Summary
Constructors Constructor Description ApplicationInstallationInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ApplicationInstaller>
getInstallers()
list of all Installers to be installed on JeOS to get the Virtual Appliancevoid
setInstallers(java.util.List<ApplicationInstaller> Installers)
list of all Installers to be installed on JeOS to get the Virtual Appliance-
Methods inherited from class com.zerog.ia.auto.project.ProjectObject
equals, getReferenceID, hashCode, setReferenceID
-
-
-
-
Method Detail
-
getInstallers
public java.util.List<ApplicationInstaller> getInstallers()
list of all Installers to be installed on JeOS to get the Virtual Appliance
-
setInstallers
public void setInstallers(java.util.List<ApplicationInstaller> Installers)
list of all Installers to be installed on JeOS to get the Virtual Appliance
-
-