org.ini4j.addon
Class FancyIniParser.IniSource

java.lang.Object
  extended by org.ini4j.addon.FancyIniParser.IniSource
Enclosing class:
FancyIniParser

protected static class FancyIniParser.IniSource
extends java.lang.Object


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

Field Detail

allowInclude

protected boolean allowInclude

base

protected java.net.URL base

bases

protected java.util.Stack<java.net.URL> bases

reader

protected java.io.LineNumberReader reader

readers

protected java.util.Stack<java.io.LineNumberReader> readers
Constructor Detail

FancyIniParser.IniSource

protected FancyIniParser.IniSource(java.io.Reader input,
                                   boolean includeFlag)

FancyIniParser.IniSource

protected FancyIniParser.IniSource(java.net.URL base,
                                   boolean includeFlag)
                            throws java.io.IOException
Throws:
java.io.IOException
Method Detail

include

protected void include(java.net.URL location)
                throws java.io.IOException
Throws:
java.io.IOException

getLineNumber

protected int getLineNumber()

readLine

protected java.lang.String readLine()
                             throws java.io.IOException
Throws:
java.io.IOException


Copyright © {inceptionYear}-2009 null. All Rights Reserved.