Class SetMultipleIAVariables
- 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.SetMultipleIAVariables
-
- All Implemented Interfaces:
DBHostable
,GeneralAction
,JEEHostable
,OSHostable
,Referenceable
public final class SetMultipleIAVariables extends Action implements GeneralAction
Creates, and specifies values for InstallAnywhere variables.
-
-
Constructor Summary
Constructors Constructor Description SetMultipleIAVariables()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getComment()
The action comment.java.util.Vector<EditVariableProperty>
getVariables()
The list of InstallAnywhere variables to set.boolean
isSubstituteUnknownVariable()
Whether to substitute unknown variables or not.void
setComment(java.lang.String comment)
Defines a comment to the action.void
setSubstituteUnknownVariable(boolean substituteUnknownVariable)
Whether to substitute unknown variables or not.-
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
-
getComment
public java.lang.String getComment()
The action comment.
-
setComment
public void setComment(java.lang.String comment)
Defines a comment to the action.
-
getVariables
public java.util.Vector<EditVariableProperty> getVariables()
The list of InstallAnywhere variables to set.
-
isSubstituteUnknownVariable
public boolean isSubstituteUnknownVariable()
Whether to substitute unknown variables or not.
-
setSubstituteUnknownVariable
public void setSubstituteUnknownVariable(boolean substituteUnknownVariable)
Whether to substitute unknown variables or not.
-
-