Class SystemPropertiesUtil


  • public class SystemPropertiesUtil
    extends Object
    Utility dealing with the system properties at the JVM level for PicketLink
    Since:
    Jul 1, 2011
    Author:
    Anil.Saldhana@redhat.com
    • Constructor Detail

      • SystemPropertiesUtil

        public SystemPropertiesUtil()
    • Method Detail

      • ensure

        public static void ensure()
        No-op call such that the default system properties are set
      • getSystemProperty

        public static String getSystemProperty​(String key,
                                               String defaultValue)
        Get the System Property
        Parameters:
        key - key of the system property
        defaultValue - default value to be returned if the system property is not set
        Returns: