public static final java.lang.String CONFIG_VERSION_OPTION
Element Detail
version
public abstract int version
Get the version of the configuration.
If a version mismatch is detected, the migrator will be called.
If no migrator is set, the default values will be used for new options and old options will be removed.
Returns:
The version of the configuration
Default:
1
header
public abstract java.lang.String[] header
Get the header of the configuration file.
This header will be written at the top of the configuration file.
A new line will be added automatically below the header.