[ini4j]

org.ini4j
Class OptionParser

Object
  extended by AbstractParser
      extended by OptionParser

public class OptionParser
extends AbstractParser


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

OptionParser

public OptionParser()
Method Detail

newInstance

public static OptionParser newInstance()

newInstance

public static OptionParser newInstance(Config config)

parse

public void parse(InputStream input,
                  OptionHandler handler)
           throws IOException,
                  InvalidIniFormatException
Throws:
IOException
InvalidIniFormatException

parse

public void parse(Reader input,
                  OptionHandler handler)
           throws IOException,
                  InvalidIniFormatException
Throws:
IOException
InvalidIniFormatException

parse

public void parse(URL input,
                  OptionHandler handler)
           throws IOException,
                  InvalidIniFormatException
Throws:
IOException
InvalidIniFormatException

[ini4j]