Class ApplicationConfiguration


  • public class ApplicationConfiguration
    extends java.lang.Object
    The type Application configuration.
    Author:
    Elan Thangamani
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Map<java.lang.String,​java.lang.String> getProperties()
      Gets properties.
      static java.lang.String getProperty​(java.lang.String keyName)
      Gets property.
      • Methods inherited from class java.lang.Object

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

      • ApplicationConfiguration

        public ApplicationConfiguration()
    • Method Detail

      • getProperties

        public static java.util.Map<java.lang.String,​java.lang.String> getProperties()
        Gets properties.
        Returns:
        the properties
      • getProperty

        public static java.lang.String getProperty​(java.lang.String keyName)
        Gets property.
        Parameters:
        keyName - the key name
        Returns:
        the property