Package com.zerog.ia.auto.project.rules
Class CheckCustomRule
- 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.CheckCustomRule
-
- All Implemented Interfaces:
Referenceable
public final class CheckCustomRule extends Rule
Executes a custom code rule.
-
-
Constructor Summary
Constructors Constructor Description CheckCustomRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getClientClassFullName()
Accessor for the clientClassFullName property.java.util.Vector<DependencyProperty>
getDependencies()
Get the list of dependencies.java.lang.String
getResource()
Path and name to the resourcevoid
setClientClassFullName(java.lang.String s)
Accessor for the clientClassFullName property.void
setDependencies(java.util.Vector<DependencyProperty> dependencies)
Set the list of dependencies.void
setResource(java.lang.String path)
Path and name to the resource-
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
-
getClientClassFullName
public java.lang.String getClientClassFullName()
Accessor for the clientClassFullName property.
-
setClientClassFullName
public void setClientClassFullName(java.lang.String s)
Accessor for the clientClassFullName property.
-
getDependencies
public java.util.Vector<DependencyProperty> getDependencies()
Get the list of dependencies.
-
setDependencies
public void setDependencies(java.util.Vector<DependencyProperty> dependencies)
Set the list of dependencies.
-
setResource
public void setResource(java.lang.String path)
Path and name to the resource
-
getResource
public java.lang.String getResource()
Path and name to the resource
-
-