Package com.thewinterframework.command
Class CommandModule
java.lang.Object
com.thewinterframework.wire.module.AbstractProcessorModule
com.thewinterframework.command.CommandModule
- All Implemented Interfaces:
com.google.inject.Module,com.thewinterframework.plugin.module.PluginModule,com.thewinterframework.processor.module.ProcessorModule
public class CommandModule
extends com.thewinterframework.wire.module.AbstractProcessorModule
-
Field Summary
Fields inherited from class com.thewinterframework.wire.module.AbstractProcessorModule
activeComponents, moduleAnnotation, wire -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(com.google.inject.Binder binder) protected voidenableComponent(com.thewinterframework.plugin.WinterPlugin plugin, Class<?> commandComponent) booleanonEnable(com.thewinterframework.plugin.WinterPlugin plugin) Methods inherited from class com.thewinterframework.wire.module.AbstractProcessorModule
disableComponent, evaluateConditions, initWire, onDisable, onLoad, registerComponentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.thewinterframework.plugin.module.PluginModule
before, depends
-
Constructor Details
-
CommandModule
public CommandModule()
-
-
Method Details
-
configure
public void configure(com.google.inject.Binder binder) -
enableComponent
protected void enableComponent(com.thewinterframework.plugin.WinterPlugin plugin, Class<?> commandComponent) - Overrides:
enableComponentin classcom.thewinterframework.wire.module.AbstractProcessorModule
-
onEnable
- Specified by:
onEnablein interfacecom.thewinterframework.plugin.module.PluginModule- Overrides:
onEnablein classcom.thewinterframework.wire.module.AbstractProcessorModule- Throws:
Exception
-