|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Config | |
---|---|
org.ini4j | [ini4j] main package |
org.ini4j.spi | [ini4j] service provider package |
Uses of Config in org.ini4j |
---|
Methods in org.ini4j that return Config | |
---|---|
Config |
Config.clone()
|
Config |
Configurable.getConfig()
|
Config |
Reg.getConfig()
|
Config |
Options.getConfig()
|
Config |
Ini.getConfig()
|
static Config |
Config.getGlobal()
|
Methods in org.ini4j with parameters of type Config | |
---|---|
void |
Configurable.setConfig(Config value)
|
void |
Reg.setConfig(Config value)
|
void |
Options.setConfig(Config value)
|
void |
Ini.setConfig(Config value)
|
Uses of Config in org.ini4j.spi |
---|
Methods in org.ini4j.spi with parameters of type Config | |
---|---|
static OptionsParser |
OptionsParser.newInstance(Config config)
|
static IniParser |
IniParser.newInstance(Config config)
|
static IniFormatter |
IniFormatter.newInstance(Writer out,
Config config)
|
static OptionsFormatter |
OptionsFormatter.newInstance(Writer out,
Config config)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |