org.ini4j
Class Options

java.lang.Object
  extended by org.ini4j.MultiMapImpl<java.lang.String,java.lang.String>
      extended by org.ini4j.OptionMapImpl
          extended by org.ini4j.Options
All Implemented Interfaces:
java.util.Map<java.lang.String,java.lang.String>, MultiMap<java.lang.String,java.lang.String>, OptionMap

public class Options
extends OptionMapImpl


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ini4j.OptionMapImpl
OptionMapImpl.Access
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
Options()
           
Options(java.io.InputStream input)
           
Options(java.io.Reader input)
           
Options(java.net.URL input)
           
 
Method Summary
protected  java.lang.String escape(java.lang.String input)
           
protected  void format(java.io.Writer output)
           
protected  Config getConfig()
           
 void load(java.io.InputStream input)
           
 void load(java.io.Reader input)
           
 void load(java.net.URL input)
           
 void setConfig(Config value)
           
 void store(java.io.OutputStream output)
           
 void store(java.io.Writer output)
           
 
Methods inherited from class org.ini4j.OptionMapImpl
as, as, fetch, fetch, from, from, getDefaultBeanAccess, newBeanAccess, newBeanAccess, resolve, to, to
 
Methods inherited from class org.ini4j.MultiMapImpl
add, add, clear, containsKey, containsValue, entrySet, get, get, getAll, isEmpty, keySet, length, put, put, putAll, putAll, remove, remove, size, values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ini4j.MultiMap
add, add, get, getAll, length, put, putAll, remove
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Constructor Detail

Options

public Options()

Options

public Options(java.io.Reader input)
        throws java.io.IOException,
               InvalidIniFormatException
Throws:
java.io.IOException
InvalidIniFormatException

Options

public Options(java.io.InputStream input)
        throws java.io.IOException,
               InvalidIniFormatException
Throws:
java.io.IOException
InvalidIniFormatException

Options

public Options(java.net.URL input)
        throws java.io.IOException,
               InvalidIniFormatException
Throws:
java.io.IOException
InvalidIniFormatException
Method Detail

setConfig

public void setConfig(Config value)

load

public void load(java.io.InputStream input)
          throws java.io.IOException,
                 InvalidIniFormatException
Throws:
java.io.IOException
InvalidIniFormatException

load

public void load(java.io.Reader input)
          throws java.io.IOException,
                 InvalidIniFormatException
Throws:
java.io.IOException
InvalidIniFormatException

load

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

store

public void store(java.io.OutputStream output)
           throws java.io.IOException
Throws:
java.io.IOException

store

public void store(java.io.Writer output)
           throws java.io.IOException
Throws:
java.io.IOException

getConfig

protected Config getConfig()

escape

protected java.lang.String escape(java.lang.String input)

format

protected void format(java.io.Writer output)
               throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2011. All Rights Reserved.