Package com.zerog.ia.auto.project.rules
Class Checki5OSLicensedProgramExistsRule
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.InstallableObject
-
- com.zerog.ia.auto.project.rules.Rule
-
- com.zerog.ia.auto.project.rules.Checki5OSLicensedProgramExistsRule
-
- All Implemented Interfaces:
Referenceable
public final class Checki5OSLicensedProgramExistsRule extends Rule
System i (i5/OS) Licensed Program Exists Condition This rule allows developers to determine if a licensed program, matched by the Licensed Program Identifier, Option, and Release Level, exists on the target i5/OS system. Any action to which this rule is assigned can be conditionally performed based on whether a matching licensed program is found or not found on the i5/OS system.
-
-
Constructor Summary
Constructors Constructor Description Checki5OSLicensedProgramExistsRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMinimumVRM()
Get the minimum VRMjava.lang.String
getOption()
To get the licensed program option.java.lang.String
getProductID()
Get the licensed program product IDboolean
getTrueIfFileExistsOnTarget()
To get whether the rule with pass if the file exited on target.void
setMinimumVRM(java.lang.String s)
Set the minimum VRMvoid
setOption(java.lang.String s)
Set licensed program optionvoid
setProductID(java.lang.String s)
Set the licensed program product IDvoid
setTrueIfFileExistsOnTarget(boolean _value)
To set whether the rule with pass if the file exited on 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
-
setTrueIfFileExistsOnTarget
public void setTrueIfFileExistsOnTarget(boolean _value)
To set whether the rule with pass if the file exited on target.
-
getTrueIfFileExistsOnTarget
public boolean getTrueIfFileExistsOnTarget()
To get whether the rule with pass if the file exited on target.
-
getMinimumVRM
public java.lang.String getMinimumVRM()
Get the minimum VRM
-
getOption
public java.lang.String getOption()
To get the licensed program option.
-
getProductID
public java.lang.String getProductID()
Get the licensed program product ID
-
setMinimumVRM
public void setMinimumVRM(java.lang.String s)
Set the minimum VRM
-
setOption
public void setOption(java.lang.String s)
Set licensed program option
-
setProductID
public void setProductID(java.lang.String s)
Set the licensed program product ID
-
-