Class ConfigApp


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

      Constructors 
      Constructor Description
      ConfigApp()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Properties read​(java.lang.String filename)  
      static boolean save​(java.lang.String filename, java.util.Properties props)  
      • Methods inherited from class java.lang.Object

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

      • ConfigApp

        public ConfigApp()
    • Method Detail

      • read

        public static java.util.Properties read​(java.lang.String filename)
                                         throws java.io.FileNotFoundException,
                                                java.io.IOException,
                                                java.net.URISyntaxException
        Throws:
        java.io.FileNotFoundException
        java.io.IOException
        java.net.URISyntaxException
      • save

        public static boolean save​(java.lang.String filename,
                                   java.util.Properties props)
                            throws java.io.IOException
        Throws:
        java.io.IOException