Class LocalProperties


  • public class LocalProperties
    extends java.lang.Object
    Provides centralized access to properties defined in META-INF/drools-local.properties. Purpose of this file is to provide means of customizations to how some of the OOTB properties are defined and read, e.g. as a replacement for System level properties.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Properties load()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • load

        public static java.util.Properties load()