All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
boolean |
contains(String path) |
Configuration |
createSection(String path) |
void |
directSave()
Directly save on the current thread
|
Object |
get(String path) |
<T> T |
get(String path,
T def) |
boolean |
getBoolean(String path) |
boolean |
getBoolean(String path,
boolean def) |
List<Boolean> |
getBooleanList(String path) |
byte |
getByte(String path) |
byte |
getByte(String path,
byte def) |
List<Byte> |
getByteList(String path) |
char |
getChar(String path) |
char |
getChar(String path,
char def) |
List<Character> |
getCharList(String path) |
Object |
getDefault(String path) |
double |
getDouble(String path) |
double |
getDouble(String path,
double def) |
List<Double> |
getDoubleList(String path) |
float |
getFloat(String path) |
float |
getFloat(String path,
float def) |
List<Float> |
getFloatList(String path) |
int |
getInt(String path) |
int |
getInt(String path,
int def) |
List<Integer> |
getIntList(String path) |
Collection<String> |
getKeys() |
List<?> |
getList(String path) |
List<?> |
getList(String path,
List<?> def) |
long |
getLong(String path) |
long |
getLong(String path,
long def) |
List<Long> |
getLongList(String path) |
Configuration |
getSection(String path) |
short |
getShort(String path) |
short |
getShort(String path,
short def) |
List<Short> |
getShortList(String path) |
String |
getString(String path) |
String |
getString(String path,
String def) |
List<String> |
getStringList(String path) |
void |
save()
Save but thread-safely.
|
void |
set(String path,
Object value) |