Skip navigation links
C D E G H I L M P R S 

C

com.github.vincentrussell.ini - package com.github.vincentrussell.ini
 

D

DelegateMapWrapper - Class in com.github.vincentrussell.ini
 
DelegateMapWrapper(Map<String, Object>...) - Constructor for class com.github.vincentrussell.ini.DelegateMapWrapper
 

E

entrySet() - Method in class com.github.vincentrussell.ini.DelegateMapWrapper
 

G

getKeys(String) - Method in class com.github.vincentrussell.ini.Ini
get the keys from a particular section.
getSection(String) - Method in class com.github.vincentrussell.ini.Ini
return the section as a map.
getSections() - Method in class com.github.vincentrussell.ini.Ini
get the sections from the ini file.
getSectionSortedByKey(String) - Method in class com.github.vincentrussell.ini.Ini
return the section as a map; sorted by key
getSectionWithKeysThatMatchFunction(String, Predicate<Map.Entry<String, Object>>) - Method in class com.github.vincentrussell.ini.Ini
get a subset of a section where all the keys match the provided filter
getSectionWithKeysWithPrefix(String, String) - Method in class com.github.vincentrussell.ini.Ini
get a subset of a section where all the keys match the provided prefix
getSectionWithKeysWithRegex(String, String) - Method in class com.github.vincentrussell.ini.Ini
get a subset of a section where all the keys match the provided prefix
getValue(String, String) - Method in class com.github.vincentrussell.ini.Ini
return a value from the nested structure as an object
getValue(String, String, Class<T>) - Method in class com.github.vincentrussell.ini.Ini
return a value from the nested structure and cast it to the specified type.

H

hasKey(String, String) - Method in class com.github.vincentrussell.ini.Ini
return true if the section and section key exists, false otherwise

I

Ini - Class in com.github.vincentrussell.ini
This class is responsible for converting input streams into maps of maps that represent ini files.
Ini() - Constructor for class com.github.vincentrussell.ini.Ini
default constructor

L

load(InputStream) - Method in class com.github.vincentrussell.ini.Ini
default constructor with an InputStream
load(File) - Method in class com.github.vincentrussell.ini.Ini
default constructor with File
load(String) - Method in class com.github.vincentrussell.ini.Ini
default constructor with String

M

merge(Ini) - Method in class com.github.vincentrussell.ini.Ini
merge this Ini with another Ini.

P

putValue(String, String, Object) - Method in class com.github.vincentrussell.ini.Ini
store new values in the ini
putValues(String, Map<String, Object>) - Method in class com.github.vincentrussell.ini.Ini
put multiple key/value pairs into a section.

R

removeSection(String) - Method in class com.github.vincentrussell.ini.Ini
Removes the specified section.
removeSectionKey(String, String) - Method in class com.github.vincentrussell.ini.Ini
Removes the specified key in the specified section.

S

store(OutputStream, String) - Method in class com.github.vincentrussell.ini.Ini
store the ini to an outputstream
store(Writer, String) - Method in class com.github.vincentrussell.ini.Ini
store the ini to a writer
C D E G H I L M P R S 
Skip navigation links

Copyright © 2024. All rights reserved.