Class StaticComponentLoader
java.lang.Object
com.zachsthings.libcomponents.loader.AbstractComponentLoader
com.zachsthings.libcomponents.loader.StaticComponentLoader
- All Implemented Interfaces:
ComponentLoader
Loads components from a list specified in the constructor. This is a bit of a workaround until dependencies can be implemented..
-
Constructor Summary
ConstructorsConstructorDescriptionStaticComponentLoader(Logger logger, File configDir, AbstractComponent... components) -
Method Summary
Methods inherited from class com.zachsthings.libcomponents.loader.AbstractComponentLoader
createConfigurationNode, getConfiguration, getLogger, instantiateComponent, isComponentClass, toFileName
-
Constructor Details
-
StaticComponentLoader
-
-
Method Details
-
loadComponents
-