Package org.ini4j
Class Options
- All Implemented Interfaces:
Serializable,Map<String,,String> CommentedMap<String,,String> Configurable,MultiMap<String,,String> OptionMap,Persistable
- See Also:
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFile()voidload()voidvoidload(InputStream input) voidvoidprotected OptionsHandlervoidsetComment(String value) voidvoidvoidstore()voidvoidstore(OutputStream output) voidprotected voidstore(OptionsHandler formatter) Methods inherited from class org.ini4j.BasicOptionMap
add, add, as, as, fetch, fetch, fetch, fetch, fetch, fetch, fetchAll, from, from, get, get, get, get, getAll, put, put, putAll, to, toMethods inherited from class org.ini4j.CommonMultiMap
clear, getComment, putAll, putComment, remove, remove, removeCommentMethods inherited from class org.ini4j.BasicMultiMap
add, add, containsKey, containsValue, entrySet, get, get, getAll, isEmpty, keySet, length, put, put, putAll, size, toString, valuesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.ini4j.CommentedMap
getComment, putComment, removeCommentMethods 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, remove, replace, replace, replaceAll, size, values
-
Constructor Details
-
Options
public Options() -
Options
-
Options
-
Options
-
Options
-
-
Method Details
-
getComment
-
setComment
-
getConfig
- Specified by:
getConfigin interfaceConfigurable
-
setConfig
- Specified by:
setConfigin interfaceConfigurable
-
getFile
- Specified by:
getFilein interfacePersistable
-
setFile
- Specified by:
setFilein interfacePersistable
-
load
- Specified by:
loadin interfacePersistable- Throws:
IOExceptionInvalidFileFormatException
-
load
- Specified by:
loadin interfacePersistable- Throws:
IOExceptionInvalidFileFormatException
-
load
- Specified by:
loadin interfacePersistable- Throws:
IOExceptionInvalidFileFormatException
-
load
- Specified by:
loadin interfacePersistable- Throws:
IOExceptionInvalidFileFormatException
-
load
- Specified by:
loadin interfacePersistable- Throws:
IOExceptionInvalidFileFormatException
-
store
- Specified by:
storein interfacePersistable- Throws:
IOException
-
store
- Specified by:
storein interfacePersistable- Throws:
IOException
-
store
- Specified by:
storein interfacePersistable- Throws:
IOException
-
store
- Specified by:
storein interfacePersistable- Throws:
IOException
-
newBuilder
-
store
- Throws:
IOException
-