Package tschipp.carryon.config
Class ConfigLoader
java.lang.Object
tschipp.carryon.config.ConfigLoader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BuiltCategorybuildCategory(String categoryDesc, Object object) static voidstatic voidregisterConfig(Object object) static voidregisterConfig(BuiltConfig config)
-
Constructor Details
-
ConfigLoader
public ConfigLoader()
-
-
Method Details
-
registerConfig
-
registerConfig
-
onConfigLoaded
public static void onConfigLoaded() -
buildCategory
public static BuiltCategory buildCategory(String categoryDesc, Object object) throws IllegalAccessException - Throws:
IllegalAccessException
-