Package com.zerog.ia.auto.project.rules
Class CompareRegularExpressionRule
- 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.CompareVariableRule
-
- com.zerog.ia.auto.project.rules.CompareRegularExpressionRule
-
- All Implemented Interfaces:
Referenceable
public final class CompareRegularExpressionRule extends CompareVariableRule
The Match Regular Expression rule allows developers to compare a string, or InstallAnywhere Variable to a regular expression of the developers choosing. Regular Expressions (regexp) are an industry-standard method of expressing a variable string. Developers can find considerable information on regular expressions, including archives of use full expressions, and web applications that can be used to verify the validity of the expression on the Web.
-
-
Constructor Summary
Constructors Constructor Description CompareRegularExpressionRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getIsMatched()
To get whether the operand and regular expression should match.void
setIsMatched(boolean whether)
To set whether the operand and regular expression should match.-
Methods inherited from class com.zerog.ia.auto.project.rules.CompareVariableRule
getOperandOne, getOperandTwo, getOperation, setOperandOne, setOperandTwo, setOperation
-
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
-
-