Class ConfigurationProperties


  • public class ConfigurationProperties
    extends java.lang.Object
    Configuration Properties
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.Class<?> callingClass  
      private static java.util.Properties properties  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Class<?> getCallingClass()  
      static java.lang.String getProperty​(java.lang.String key)  
      protected static void init​(PropertiesType propertiesType, java.lang.Class<?> callingClass)  
      • Methods inherited from class java.lang.Object

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

      • properties

        private static java.util.Properties properties
      • callingClass

        private static java.lang.Class<?> callingClass
    • Constructor Detail

      • ConfigurationProperties

        private ConfigurationProperties()
    • Method Detail

      • init

        protected static void init​(PropertiesType propertiesType,
                                   java.lang.Class<?> callingClass)
                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getProperty

        public static java.lang.String getProperty​(java.lang.String key)
      • getCallingClass

        public static java.lang.Class<?> getCallingClass()