Class 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 Detail

      • JavaPluginActivator

        public JavaPluginActivator()
    • Method Detail

      • bindMerger

        public List<com.devonfw.cobigen.api.extension.Merger> bindMerger()
        Specified by:
        bindMerger in interface com.devonfw.cobigen.api.extension.GeneratorPluginActivator
      • bindTriggerInterpreter

        public List<com.devonfw.cobigen.api.extension.TriggerInterpreter> bindTriggerInterpreter()
        Specified by:
        bindTriggerInterpreter in interface com.devonfw.cobigen.api.extension.GeneratorPluginActivator