org.ini4j
Class OptionParser

java.lang.Object
  extended by org.ini4j.AbstractParser
      extended by org.ini4j.OptionParser

public class OptionParser
extends AbstractParser


Constructor Summary
OptionParser()
           
 
Method Summary
static OptionParser newInstance()
           
static OptionParser newInstance(Config config)
           
 void parse(java.io.InputStream input, OptionHandler handler)
           
 void parse(java.io.Reader input, OptionHandler handler)
           
 void parse(java.net.URL input, OptionHandler handler)
           
 
Methods inherited from class org.ini4j.AbstractParser
getConfig, indexOfOperator, parseError, parseOptionLine, setConfig, unescape
 
Methods inherited from class java.lang.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(java.io.InputStream input,
                  OptionHandler handler)
           throws java.io.IOException,
                  InvalidIniFormatException
Throws:
java.io.IOException
InvalidIniFormatException

parse

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

parse

public void parse(java.net.URL input,
                  OptionHandler handler)
           throws java.io.IOException,
                  InvalidIniFormatException
Throws:
java.io.IOException
InvalidIniFormatException


Copyright © 2011. All Rights Reserved.