Class PropertyManager


  • public class PropertyManager
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyManager()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static void dumpProperties​(java.io.OutputStream outputStream, nu.studer.java.util.OrderedProperties sortedLocalProperties, boolean escapeUnicode)  
      static void putWithoutPrefix​(java.util.Properties properties, java.lang.String key, java.lang.String value)  
      protected static java.util.Properties readProperties​(java.io.File propertiesFile)  
      protected static java.util.Properties readProperties​(java.io.File propertiesFile, java.nio.charset.Charset charset)  
      • Methods inherited from class java.lang.Object

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

      • PropertyManager

        public PropertyManager()
    • Method Detail

      • putWithoutPrefix

        public static void putWithoutPrefix​(@Nonnull
                                            java.util.Properties properties,
                                            java.lang.String key,
                                            java.lang.String value)
      • dumpProperties

        protected static void dumpProperties​(java.io.OutputStream outputStream,
                                             nu.studer.java.util.OrderedProperties sortedLocalProperties,
                                             boolean escapeUnicode)
                                      throws java.io.IOException
        Throws:
        java.io.IOException