@Deprecated
public class PropertiesParser
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$$$ERRORS
Deprecated.
|
Constructor and Description |
---|
PropertiesParser()
Deprecated.
|
Modifier and Type | Method and 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.
|
public static final java.lang.String $$$ERRORS
public static java.util.Properties parse(java.net.URI input) throws java.lang.Exception
java.lang.Exception
public static java.util.Properties parse(java.io.Reader reader, java.net.URI input) throws java.lang.Exception
java.lang.Exception
private static int eol(int c, java.io.Reader reader) throws java.io.IOException
java.io.IOException
private static int ws(int c, java.io.Reader reader) throws java.io.IOException
java.io.IOException