If no source {@link Configuration} was provided as a defaultcollection, then a new {@link MemoryConfiguration} will be created tohold the new default value.
If value is null, the value will be removed from the default Configuration source.
If the value as returned by {@link #getDefaultSection()} is null, thenthis will create a new section at the path, replacing anything that may have existed there previously. @param path Path of the value to set. @param value Value to set the default to. @throws IllegalArgumentException Thrown if path is null.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|