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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(com.google.inject.Binder binder)
     
    protected void
    enableComponent(com.thewinterframework.plugin.WinterPlugin plugin, Class<?> commandComponent)
     
    boolean
    onEnable(com.thewinterframework.plugin.WinterPlugin plugin)
     

    Methods inherited from class com.thewinterframework.wire.module.AbstractProcessorModule

    disableComponent, evaluateConditions, initWire, onDisable, onLoad, registerComponent

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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:
      enableComponent in class com.thewinterframework.wire.module.AbstractProcessorModule
    • onEnable

      public boolean onEnable(com.thewinterframework.plugin.WinterPlugin plugin) throws Exception
      Specified by:
      onEnable in interface com.thewinterframework.plugin.module.PluginModule
      Overrides:
      onEnable in class com.thewinterframework.wire.module.AbstractProcessorModule
      Throws:
      Exception