Class i5OSCommand
- 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.i5os.i5OSCommand
-
- All Implemented Interfaces:
DBHostable
,GeneralAction
,JEEHostable
,OSHostable
,Referenceable
public final class i5OSCommand extends Action implements GeneralAction
Calls an i5/OS command with the specified parameters.
-
-
Constructor Summary
Constructors Constructor Description i5OSCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCommandName()
Returns the name of the i5/OS command to call.java.lang.String
getCommandParm()
Returns the parameters to pass to the command.java.lang.String
getDescription()
Returns the comments on the use of the command.void
setCommandName(java.lang.String commandName)
Defines the name of the i5/OS command to call.void
setCommandParm(java.lang.String cmdParmString)
Defines the parameters to pass to the command.void
setDescription(java.lang.String description)
Defines the comments on the use of the command.-
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
-
setCommandName
public void setCommandName(java.lang.String commandName)
Defines the name of the i5/OS command to call.
-
getCommandName
public java.lang.String getCommandName()
Returns the name of the i5/OS command to call.
-
getCommandParm
public java.lang.String getCommandParm()
Returns the parameters to pass to the command.
-
setCommandParm
public void setCommandParm(java.lang.String cmdParmString)
Defines the parameters to pass to the command.
-
setDescription
public void setDescription(java.lang.String description)
Defines the comments on the use of the command.
-
getDescription
public java.lang.String getDescription()
Returns the comments on the use of the command.
-
-