|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.bukkit.configuration.ConfigurationOptions org.bukkit.configuration.MemoryConfigurationOptions
public class MemoryConfigurationOptions
Various settings for controlling the input and output of a MemoryConfiguration
Constructor Summary | |
---|---|
protected |
MemoryConfigurationOptions(MemoryConfiguration configuration)
|
Method Summary | |
---|---|
MemoryConfiguration |
configuration()
Returns the Configuration that this object is responsible for. |
MemoryConfigurationOptions |
copyDefaults(boolean value)
Sets if the Configuration should copy values from its default Configuration directly. |
MemoryConfigurationOptions |
pathSeparator(char value)
Sets the char that will be used to separate ConfigurationSection s |
Methods inherited from class org.bukkit.configuration.ConfigurationOptions |
---|
copyDefaults, pathSeparator |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected MemoryConfigurationOptions(MemoryConfiguration configuration)
Method Detail |
---|
public MemoryConfiguration configuration()
ConfigurationOptions
Configuration
that this object is responsible for.
configuration
in class ConfigurationOptions
public MemoryConfigurationOptions copyDefaults(boolean value)
ConfigurationOptions
Configuration
should copy values from its default Configuration
directly.
If this is true, all values in the default Configuration will be directly copied,
making it impossible to distinguish between values that were set and values that
are provided by default. As a result, ConfigurationSection.contains(java.lang.String)
will always
return the same value as ConfigurationSection.isSet(java.lang.String)
.
The default value is false.
copyDefaults
in class ConfigurationOptions
value
- Whether or not defaults are directly copied
public MemoryConfigurationOptions pathSeparator(char value)
ConfigurationOptions
ConfigurationSection
s
This value does not affect how the Configuration
is stored, only in
how you access the data. The default value is '.'.
pathSeparator
in class ConfigurationOptions
value
- Path separator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |