Package com.zerog.ia.auto.project.rules
Class CheckLocaleRule
- 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.CheckLocaleRule
-
- All Implemented Interfaces:
Referenceable
public final class CheckLocaleRule extends Rule
Checks if the locale chosen by the end user at installation time satisfies one of the evaluated locales.
-
-
Constructor Summary
Constructors Constructor Description CheckLocaleRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Vector<java.lang.String>
getLocales()
To get the locales for the rules to evaluate as true.void
setLocales(java.util.Vector<java.lang.String> locales)
To set the locales for the rules to evaluate as true.-
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
-
-