Oops... looks like the spiders padded through here
Add products to your cart and remove them from here Lets buypublic interface ConfigurationSection
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(String path)
Checks if the configuration contains a value at the specified path.
|
Object |
get(String path)
Retrieves a value from the configuration.
|
Boolean |
getBoolean(String path)
Retrieves a boolean value from the configuration.
|
double |
getDouble(String path)
Retrieves a double value from the configuration.
|
int |
getInt(String path)
Retrieves an integer value from the configuration.
|
Set<String> |
getKeys(boolean deep)
Retrieves all keys in the current configuration section.
|
ConfigurationSection |
getSection(String path)
Retrieves a nested section within the configuration.
|
String |
getString(String path)
Retrieves a string value from the configuration.
|
List<String> |
getStringList(String path)
Retrieves a list of strings from the configuration.
|
boolean |
isNull(String path)
Checks if the value at the specified path is null.
|
boolean |
isSection(String path)
Checks if the specified path represents a valid configuration section.
|
void |
set(String path,
Object obj)
Sets a value in the configuration.
|
ConfigurationSection getSection(String path)
path - the path to the sectionConfigurationSection at the specified path, or null if it does not existboolean isSection(String path)
path - the path to checkvoid set(String path,
Object obj)
path - the path to set the value atobj - the value to setObject get(String path)
path - the path of the valueboolean isNull(String path)
path - the path to checkString getString(String path)
path - the path of the valueBoolean getBoolean(String path)
path - the path of the valueint getInt(String path)
path - the path of the valuedouble getDouble(String path)
path - the path of the valueList<String> getStringList(String path)
path - the path of the listboolean contains(String path)
path - the path to checkSet<String> getKeys(boolean deep)
Oops... looks like the spiders padded through here
Add products to your cart and remove them from here Lets buy