Package com.zerog.ia.auto.project.rules
Class CheckFileFolderExistsRule
- 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.CheckFileFolderExistsRule
-
- All Implemented Interfaces:
Referenceable
public final class CheckFileFolderExistsRule extends Rule
This Rule checks to see if the file to be installed already exists on the target computer.
-
-
Constructor Summary
Constructors Constructor Description CheckFileFolderExistsRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getTrueIfFileExistsOnTarget()
Set whether this rule should evaluate as trueif file exist on the target machine.void
setTrueIfFileExistsOnTarget(boolean _value)
Set whether this rule should evaluate as trueif file exist on the target machine.-
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
-
setTrueIfFileExistsOnTarget
public void setTrueIfFileExistsOnTarget(boolean _value)
Set whether this rule should evaluate as trueif file exist on the target machine.
-
getTrueIfFileExistsOnTarget
public boolean getTrueIfFileExistsOnTarget()
Set whether this rule should evaluate as trueif file exist on the target machine.
-
-