Interface RulesPath

    • Method Detail

      • getVersion

        int getVersion()
      • setVersion

        void setVersion​(int version)
      • getPath

        String getPath()
        Contains the path to the rules directory.
      • setPath

        void setPath​(String inputPath)
        Contains the path to the rules directory.
      • getRulesPathType

        RulesPath.RulesPathType getRulesPathType()
        Contains the type of rules path (for example, system provided vs user provided).
      • setRulesPathType

        void setRulesPathType​(RulesPath.RulesPathType rulesPathType)
        Contains the type of rules path (for example, system provided vs user provided).
      • getLoadError

        String getLoadError()
        Contains a load error if there were any issues loading rules from this path.
      • setLoadError

        void setLoadError​(String loadError)
        Contains a load error if there were any issues loading rules from this path.