Interface IConfig
public interface IConfig
-
Field Details
-
MIN_VERSION
static final int MIN_VERSION- See Also:
-
LENIENT_CODEC
-
CODEC
-
-
Method Details
-
version
int version()The configuration format version.- Returns:
- The config version.
-
upgrade
Upgrades the given config to the latest format.- Returns:
- The result of config upgrading.
-