Class ApplicationProperties


  • public class ApplicationProperties
    extends Object
    Class supporting easy access to application.properties file
    Author:
    markr
    • Constructor Detail

      • ApplicationProperties

        public ApplicationProperties()
    • Method Detail

      • getPropertyByKey

        public static String getPropertyByKey​(String key)
        collect property by key
        Parameters:
        key - to collect value for
        Returns:
        value if present
      • getDescription

        public static String getDescription()
        collect description value
        Returns:
        description if present
      • getVersion

        public static String getVersion()
        collect version value
        Returns:
        version if present