ConfigurationOptions

Various settings for controlling the input and output of getClassById

Inheritors

Functions

Link copied to clipboard
Returns the Configuration that this object is responsible for.
Link copied to clipboard
public boolean copyDefaults()
Checks if the Configuration should copy values from its default Configuration directly.
public ConfigurationOptions copyDefaults(boolean value)
Sets if the Configuration should copy values from its default Configuration directly.
Link copied to clipboard
public char pathSeparator()
Gets the char that will be used to separate s This value does not affect how the Configuration is stored, only in how you access the data.
public ConfigurationOptions pathSeparator(char value)
Sets the char that will be used to separate s This value does not affect how the Configuration is stored, only in how you access the data.