Package com.zerog.ia.auto.project
Class VMComponent
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.InstallableObject
-
- com.zerog.ia.auto.project.Component
-
- com.zerog.ia.auto.project.VMComponent
-
- All Implemented Interfaces:
Referenceable
public final class VMComponent extends Component
Represents a special type of component. TheVMComponent
is a requirement of any installer project and should be removed. The object properties are read-only and should not be changed by the end user.- See Also:
Project.getComponents()
-
-
Constructor Summary
Constructors Constructor Description VMComponent()
-
Method Summary
-
Methods inherited from class com.zerog.ia.auto.project.Component
getChecksDependency, getChildren, getComment, getDependency, getFullName, getHasSomethingToInstall, getKeyFile, getShortName, getUniqueId, getVersionMajor, getVersionMinor, getVersionRevision, getVersionSubRevision, setChecksDependency, setComment, setDependency, setFullName, setHasSomethingToInstall, setKeyFile, setShortName, setUniqueId, setVersionMajor, setVersionMinor, setVersionRevision, setVersionSubRevision
-
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
-
-