Package aQute.lib.properties
Class PropertiesParser
- java.lang.Object
-
- aQute.lib.properties.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 private static int
eol(int c, java.io.Reader reader)
Deprecated.static java.util.Properties
parse(java.io.Reader reader, java.net.URI input)
Deprecated.static java.util.Properties
parse(java.net.URI input)
Deprecated.private static int
ws(int c, java.io.Reader reader)
Deprecated.
-
-
-
Field Detail
-
$$$ERRORS
public static final java.lang.String $$$ERRORS
Deprecated.- See Also:
- Constant Field Values
-
-
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
-
eol
private static int eol(int c, java.io.Reader reader) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
ws
private static int ws(int c, java.io.Reader reader) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
-