Class PropertiesUtil


  • public class PropertiesUtil
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static EngineUtilLogger LOG  
    • Constructor Summary

      Constructors 
      Constructor Description
      PropertiesUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Properties getProperties​(java.lang.String propertiesFile)
      Reads a .properties file from the classpath and provides a Properties object.
      • Methods inherited from class java.lang.Object

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

      • PropertiesUtil

        public PropertiesUtil()
    • Method Detail

      • getProperties

        public static java.util.Properties getProperties​(java.lang.String propertiesFile)
        Reads a .properties file from the classpath and provides a Properties object.