Package com.zerog.ia.auto.project
Class OSHost
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.InstallableObject
-
- com.zerog.ia.auto.project.OSHost
-
- All Implemented Interfaces:
Referenceable
public final class OSHost extends InstallableObject
Operating System host (OSHost) is the default host, which contains the files, launchers, and actions the installer delivers to the target system.The
OSHost
can target one or more destination folders. Every file and action that should be delivered by the installer should be assigned to one of these folders.- See Also:
MagicFolder
,Project.getInstallFolder()
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Vector<OSHostDestinationFolder>
getFolders()
The destination folders the installer should target.-
Methods inherited from class com.zerog.ia.auto.project.InstallableObject
getBelongsToUninstallPhase, getRollbackEnabledCancel, getRollbackEnabledError, getRuleExpression, getRules, getRulesLogicalOperation, getTagsInInstallPiece, setBelongsToUninstallPhase, setRollbackEnabledCancel, setRollbackEnabledError, setRuleExpression, setRulesLogicalOperation, setTagsInInstallPiece
-
Methods inherited from class com.zerog.ia.auto.project.ProjectObject
equals, getReferenceID, hashCode, setReferenceID
-
-
-
-
Method Detail
-
getFolders
public java.util.Vector<OSHostDestinationFolder> getFolders()
The destination folders the installer should target. The files and actions to be installed should be assigned to one of these folders.
-
-