Uses of Class
org.ini4j.Ini
-
Packages that use Ini Package Description org.ini4j [ini4j] main packageorg.ini4j.spi [ini4j] service provider package -
-
Uses of Ini in org.ini4j
Subclasses of Ini in org.ini4j Modifier and Type Class Description class
Wini
Methods in org.ini4j that return Ini Modifier and Type Method Description protected Ini
ConfigParser. getIni()
protected Ini
IniPreferences. getIni()
Provide access to underlayingIni
implementation.Constructors in org.ini4j with parameters of type Ini Constructor Description IniPreferences(Ini ini)
Constructs a new preferences node on top ofIni
instance. -
Uses of Ini in org.ini4j.spi
Methods in org.ini4j.spi with parameters of type Ini Modifier and Type Method Description static IniBuilder
IniBuilder. newInstance(Ini ini)
void
IniBuilder. setIni(Ini value)
-