Class MergeModule
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.InstallableObject
-
- com.zerog.ia.auto.project.actions.Action
-
- com.zerog.ia.auto.project.actions.MergeModule
-
- All Implemented Interfaces:
DBHostable
,GeneralAction
,JEEHostable
,OSHostable
,Referenceable
public final class MergeModule extends Action implements GeneralAction
Contains the actions imported from the Merge Module.
Merge Modules can only be imported (bundled into the installer) by the Advanced Designer, not by the API.
-
-
Constructor Summary
Constructors Constructor Description MergeModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Vector<MergeModuleAdvertisedVariable>
getAdvertisedVariables()
Returns all the advertised variables.-
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
-
getAdvertisedVariables
public java.util.Vector<MergeModuleAdvertisedVariable> getAdvertisedVariables()
Returns all the advertised variables.
-
-