|
[ini4j] | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractParser
OptionParser
public class OptionParser
Constructor Summary | |
---|---|
OptionParser()
|
Method Summary | |
---|---|
static OptionParser |
newInstance()
|
static OptionParser |
newInstance(Config config)
|
void |
parse(InputStream input,
OptionHandler handler)
|
void |
parse(Reader input,
OptionHandler handler)
|
void |
parse(URL input,
OptionHandler handler)
|
Methods inherited from class AbstractParser |
---|
getConfig, indexOfOperator, parseError, parseOptionLine, setConfig, unescape |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OptionParser()
Method Detail |
---|
public static OptionParser newInstance()
public static OptionParser newInstance(Config config)
public void parse(InputStream input, OptionHandler handler) throws IOException, InvalidIniFormatException
IOException
InvalidIniFormatException
public void parse(Reader input, OptionHandler handler) throws IOException, InvalidIniFormatException
IOException
InvalidIniFormatException
public void parse(URL input, OptionHandler handler) throws IOException, InvalidIniFormatException
IOException
InvalidIniFormatException
|
[ini4j] | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |