Class PropertiesParser


  • @Deprecated
    public class PropertiesParser
    extends java.lang.Object
    Deprecated.
    Parses properties files
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String $$$ERRORS
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      PropertiesParser()
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static java.util.Properties parse​(java.io.Reader reader, java.net.URI input)
      Deprecated.
       
      static java.util.Properties parse​(java.net.URI input)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

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

    • Constructor Detail

      • PropertiesParser

        public PropertiesParser()
        Deprecated.
    • Method Detail

      • parse

        public static java.util.Properties parse​(java.net.URI input)
                                          throws java.lang.Exception
        Deprecated.
        Throws:
        java.lang.Exception
      • parse

        public static java.util.Properties parse​(java.io.Reader reader,
                                                 java.net.URI input)
                                          throws java.lang.Exception
        Deprecated.
        Throws:
        java.lang.Exception