Package aQute.lib.properties
Class PropertiesParser
- java.lang.Object
-
- aQute.lib.properties.PropertiesParser
-
@Deprecated public class PropertiesParser extends java.lang.ObjectDeprecated.Parses properties files
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String$$$ERRORSDeprecated.
-
Constructor Summary
Constructors Constructor Description PropertiesParser()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description private static inteol(int c, java.io.Reader reader)Deprecated.static java.util.Propertiesparse(java.io.Reader reader, java.net.URI input)Deprecated.static java.util.Propertiesparse(java.net.URI input)Deprecated.private static intws(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.ExceptionDeprecated.- Throws:
java.lang.Exception
-
parse
public static java.util.Properties parse(java.io.Reader reader, java.net.URI input) throws java.lang.ExceptionDeprecated.- Throws:
java.lang.Exception
-
eol
private static int eol(int c, java.io.Reader reader) throws java.io.IOExceptionDeprecated.- Throws:
java.io.IOException
-
ws
private static int ws(int c, java.io.Reader reader) throws java.io.IOExceptionDeprecated.- Throws:
java.io.IOException
-
-