Class CheckPlatformRule

  • All Implemented Interfaces:
    Referenceable

    public final class CheckPlatformRule
    extends Rule
    This class defines the Rule which checks the Current Platform on which the application is being installed Note - while adding "Windows (All)" in a check-platform rule using project automation API, use string "^Windows.*";
    • Constructor Detail

      • CheckPlatformRule

        public CheckPlatformRule()
    • Method Detail

      • setInstallOnPlatformList

        public void setInstallOnPlatformList​(java.util.Vector<java.lang.String> _installOnPlatformList)
        To set the platforms which this rule will be evaluated as true.
      • setDoNotInstallOnPlatformList

        public void setDoNotInstallOnPlatformList​(java.util.Vector<java.lang.String> _doNotInstallOnPlatformList)
        To set the platforms which this rule will be evaluated as false.
      • getInstallOnPlatformList

        public java.util.Vector<java.lang.String> getInstallOnPlatformList()
        To get the platforms which this rule will be evaluated as true.
      • getDoNotInstallOnPlatformList

        public java.util.Vector<java.lang.String> getDoNotInstallOnPlatformList()
        To get the platforms which this rule will be evaluated as false.