public class Ini extends BasicProfile implements Persistable, Configurable
Profile.SectionPATH_SEPARATOR| Constructor and Description |
|---|
Ini() |
Ini(File input) |
Ini(InputStream input) |
Ini(Reader input) |
Ini(URL input) |
| Modifier and Type | Method and Description |
|---|---|
Config |
getConfig() |
File |
getFile() |
void |
load() |
void |
load(File input) |
void |
load(InputStream input) |
void |
load(Reader input) |
void |
load(URL input) |
protected IniHandler |
newBuilder() |
void |
setConfig(Config value) |
void |
setFile(File value) |
void |
store() |
void |
store(File output) |
protected void |
store(IniHandler formatter,
Profile.Section section) |
protected void |
store(IniHandler formatter,
Profile.Section section,
String option,
int index) |
void |
store(OutputStream output) |
void |
store(Writer output) |
add, add, as, as, fetch, fetch, get, get, getComment, put, remove, remove, setComment, store, store, storeclear, getComment, getMeta, putAll, putComment, putMeta, remove, remove, removeComment, removeMeta, removeMetaadd, add, containsKey, containsValue, entrySet, get, get, getAll, isEmpty, keySet, length, put, put, putAll, size, toString, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitadd, add, get, getAll, length, put, putAll, removegetComment, putComment, removeCommentpublic Ini()
public Ini(Reader input) throws IOException
IOExceptionpublic Ini(InputStream input) throws IOException
IOExceptionpublic Ini(URL input) throws IOException
IOExceptionpublic Ini(File input) throws IOException
IOExceptionpublic Config getConfig()
getConfig in interface Configurablepublic void setConfig(Config value)
setConfig in interface Configurablepublic File getFile()
getFile in interface Persistablepublic void setFile(File value)
setFile in interface Persistablepublic void load()
throws IOException
load in interface PersistableIOExceptionpublic void load(InputStream input) throws IOException
load in interface PersistableIOExceptionpublic void load(Reader input) throws IOException
load in interface PersistableIOExceptionpublic void load(File input) throws IOException
load in interface PersistableIOExceptionpublic void load(URL input) throws IOException
load in interface PersistableIOExceptionpublic void store()
throws IOException
store in interface PersistableIOExceptionpublic void store(OutputStream output) throws IOException
store in interface PersistableIOExceptionpublic void store(Writer output) throws IOException
store in interface PersistableIOExceptionpublic void store(File output) throws IOException
store in interface PersistableIOExceptionprotected IniHandler newBuilder()
protected void store(IniHandler formatter, Profile.Section section)
store in class BasicProfileprotected void store(IniHandler formatter, Profile.Section section, String option, int index)
Copyright © 2017. All rights reserved.