Class 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 Detail

      • CheckFileFolderExistsRule

        public CheckFileFolderExistsRule()
    • 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.