[ini4j]

org.ini4j.addon
Class FancyIniParser.IniSource

Object
  extended by FancyIniParser.IniSource
Enclosing class:
FancyIniParser

protected static class FancyIniParser.IniSource
extends Object


Field Summary
protected  URL base
           
protected  Stack<URL> bases
           
protected  LineNumberReader reader
           
protected  Stack<LineNumberReader> readers
           
 
Constructor Summary
protected FancyIniParser.IniSource(Reader input)
           
protected FancyIniParser.IniSource(URL base)
           
 
Method Summary
protected  int getLineNumber()
           
protected  void include(LineNumberReader input, URL location)
           
protected  String readLine()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

base

protected URL base

bases

protected Stack<URL> bases

reader

protected LineNumberReader reader

readers

protected Stack<LineNumberReader> readers
Constructor Detail

FancyIniParser.IniSource

protected FancyIniParser.IniSource(Reader input)

FancyIniParser.IniSource

protected FancyIniParser.IniSource(URL base)
                            throws IOException
Throws:
IOException
Method Detail

include

protected void include(LineNumberReader input,
                       URL location)

getLineNumber

protected int getLineNumber()

readLine

protected String readLine()
                   throws IOException
Throws:
IOException

[ini4j]