Package com.zerog.ia.auto.project
Class RAIRSpecification
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.InstallableObject
-
- com.zerog.ia.auto.project.RAIRSpecification
-
- All Implemented Interfaces:
Referenceable
public final class RAIRSpecification extends InstallableObject
Defines the settings for the i5/OS Registered Application Information Repository (RAIR).When RAIR support is enabled, the installer adds information about the product's features to the RAIR when the product is installed. Some systems management products, such as Management Central, use RAIR to determine what software is installed on an i5/OS system.
-
-
Constructor Summary
Constructors Constructor Description RAIRSpecification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getEnabled()
Whether or not RAIR support is enabled.void
setEnabled(boolean enable)
Whether or not RAIR support is enabled.-
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
-
-