Package com.zerog.ia.auto.project.rules
Class Rule
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.InstallableObject
-
- com.zerog.ia.auto.project.rules.Rule
-
- All Implemented Interfaces:
Referenceable
- Direct Known Subclasses:
CheckArchitectureRule,CheckCustomRule,CheckFileFolderAttributesRule,CheckFileFolderExistsRule,CheckFileModificationTimestampRule,Checki5OSLicensedProgramExistsRule,Checki5OSPrerequisitePTFAppliedRule,Checki5OSPrimaryLanguageInstallRule,CheckLocaleRule,CheckPlatformRule,CheckRunningModeRule,CompareVariableNumericallyRule,CompareVariableRule,CompareVersionRule,TagRule
public abstract class Rule extends InstallableObject
This class defines the abstract 'Rule' class from which all the rules inherit
-
-
Constructor Summary
Constructors Constructor Description Rule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetRuleId()voidsetRuleId(java.lang.String ruleId)Sets this.operandOne to operandOne.-
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
-
-