Package org.ini4j
Class Ini
- All Implemented Interfaces:
Serializable
,Map<String,
,Profile.Section> CommentedMap<String,
,Profile.Section> Configurable
,MultiMap<String,
,Profile.Section> Persistable
,Profile
- Direct Known Subclasses:
Wini
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ini4j.Profile
Profile.Section
-
Field Summary
Fields inherited from interface org.ini4j.Profile
PATH_SEPARATOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFile()
void
load()
void
void
load
(InputStream input) void
void
protected IniHandler
void
void
void
store()
void
void
store
(OutputStream output) void
protected void
store
(IniHandler formatter, Profile.Section section) protected void
store
(IniHandler formatter, Profile.Section section, String option, int index) Methods inherited from class org.ini4j.BasicProfile
add, add, as, as, fetch, fetch, get, get, getComment, put, remove, remove, setComment
Methods inherited from class org.ini4j.CommonMultiMap
clear, getComment, putAll, putComment, remove, remove, removeComment
Methods inherited from class org.ini4j.BasicMultiMap
add, add, containsKey, containsValue, entrySet, get, get, getAll, isEmpty, keySet, length, put, put, putAll, size, toString, values
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.ini4j.CommentedMap
getComment, putComment, removeComment
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, values
-
Constructor Details
-
Ini
public Ini() -
Ini
-
Ini
-
Ini
-
Ini
-
-
Method Details
-
getConfig
- Specified by:
getConfig
in interfaceConfigurable
-
setConfig
- Specified by:
setConfig
in interfaceConfigurable
-
getFile
- Specified by:
getFile
in interfacePersistable
-
setFile
- Specified by:
setFile
in interfacePersistable
-
load
- Specified by:
load
in interfacePersistable
- Throws:
IOException
InvalidFileFormatException
-
load
- Specified by:
load
in interfacePersistable
- Throws:
IOException
InvalidFileFormatException
-
load
- Specified by:
load
in interfacePersistable
- Throws:
IOException
InvalidFileFormatException
-
load
- Specified by:
load
in interfacePersistable
- Throws:
IOException
InvalidFileFormatException
-
load
- Specified by:
load
in interfacePersistable
- Throws:
IOException
InvalidFileFormatException
-
store
- Specified by:
store
in interfacePersistable
- Throws:
IOException
-
store
- Specified by:
store
in interfacePersistable
- Throws:
IOException
-
store
- Specified by:
store
in interfacePersistable
- Throws:
IOException
-
store
- Specified by:
store
in interfacePersistable
- Throws:
IOException
-
newBuilder
-
store
-
store
-