public class EZConfigManager extends ConfigFile
getConfigNeverNull, VERSION| Constructor and Description |
|---|
EZConfigManager(File file) |
EZConfigManager(File file,
boolean createNewFile) |
EZConfigManager(String path) |
EZConfigManager(String path,
boolean createNewFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
addComment(String value) |
void |
addComment(String value,
String path) |
void |
addConfig(String name,
Object value) |
void |
addDescription(String name,
String value) |
void |
addEmptyLine() |
void |
addEmptyLine(String path) |
void |
addListItems(List<String> items,
String path) |
Boolean |
getConfigBoolean(String name) |
Double |
getConfigDouble(String name) |
Integer |
getConfigInt(String name) |
List<Config> |
getConfigs(String equals) |
String |
getConfigString(String name) |
List<Config> |
getConfigsWhichEndWith(String startsWith) |
List<Config> |
getConfigsWhichStartWith(String startsWith) |
String |
getDescription(String name) |
List<String> |
getListItems(String path) |
exists, load, openInputStream, openOutputStream, saveclearpublic EZConfigManager(File file)
public EZConfigManager(File file, boolean createNewFile)
public EZConfigManager(String path)
public EZConfigManager(String path, boolean createNewFile)
Copyright © 2018. All rights reserved.