|
[ini4j] | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectBasicMultiMap<K,V>
CommonMultiMap<String,Profile.Section>
BasicProfile
Ini
Wini
public class Wini
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface Profile |
---|
Profile.Section |
Nested classes/interfaces inherited from interface Map |
---|
Map.Entry<K,V> |
Field Summary | |
---|---|
static char |
PATH_SEPARATOR
|
Constructor Summary | |
---|---|
Wini()
|
|
Wini(File input)
|
|
Wini(InputStream input)
|
|
Wini(Reader input)
|
|
Wini(URL input)
|
Method Summary | |
---|---|
String |
escape(String value)
|
String |
unescape(String value)
|
Methods inherited from class Ini |
---|
getConfig, getFile, load, load, load, load, load, newBuilder, setConfig, setFile, store, store, store, store, store, store |
Methods inherited from class BasicProfile |
---|
add, add, as, as, fetch, fetch, get, get, getComment, put, remove, remove, setComment |
Methods inherited from class CommonMultiMap |
---|
clear, getComment, putAll, putComment, remove, remove, removeComment |
Methods inherited from class BasicMultiMap |
---|
add, add, containsKey, containsValue, entrySet, get, get, getAll, isEmpty, keySet, length, put, put, putAll, size, toString, values |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface MultiMap |
---|
add, add, get, getAll, length, put, putAll, remove |
Methods inherited from interface CommentedMap |
---|
getComment, putComment, removeComment |
Methods inherited from interface Map |
---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Field Detail |
---|
public static final char PATH_SEPARATOR
Constructor Detail |
---|
public Wini()
public Wini(File input) throws IOException, InvalidFileFormatException
IOException
InvalidFileFormatException
public Wini(URL input) throws IOException, InvalidFileFormatException
IOException
InvalidFileFormatException
public Wini(InputStream input) throws IOException, InvalidFileFormatException
IOException
InvalidFileFormatException
public Wini(Reader input) throws IOException, InvalidFileFormatException
IOException
InvalidFileFormatException
Method Detail |
---|
public String escape(String value)
public String unescape(String value)
|
[ini4j] | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |