Package com.devonfw.cobigen.javaplugin
Class JavaPluginActivator
- java.lang.Object
-
- com.devonfw.cobigen.javaplugin.JavaPluginActivator
-
- All Implemented Interfaces:
com.devonfw.cobigen.api.extension.GeneratorPluginActivator
public class JavaPluginActivator extends Object implements com.devonfw.cobigen.api.extension.GeneratorPluginActivator
Plug-in activator to be registered to the PluginRegistry of CobiGen by any client.
-
-
Constructor Summary
Constructors Constructor Description JavaPluginActivator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<com.devonfw.cobigen.api.extension.Merger>bindMerger()List<com.devonfw.cobigen.api.extension.TriggerInterpreter>bindTriggerInterpreter()
-
-
-
Method Detail
-
bindMerger
public List<com.devonfw.cobigen.api.extension.Merger> bindMerger()
- Specified by:
bindMergerin interfacecom.devonfw.cobigen.api.extension.GeneratorPluginActivator
-
bindTriggerInterpreter
public List<com.devonfw.cobigen.api.extension.TriggerInterpreter> bindTriggerInterpreter()
- Specified by:
bindTriggerInterpreterin interfacecom.devonfw.cobigen.api.extension.GeneratorPluginActivator
-
-