Class JavaPluginActivator

  • All Implemented Interfaces:
    com.devonfw.cobigen.api.extension.GeneratorPluginActivator

    public class JavaPluginActivator
    extends java.lang.Object
    implements com.devonfw.cobigen.api.extension.GeneratorPluginActivator
    Plug-in activator to be registered to the PluginRegistry of CobiGen by any client.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<com.devonfw.cobigen.api.extension.Merger> bindMerger()  
      java.util.List<com.devonfw.cobigen.api.extension.TriggerInterpreter> bindTriggerInterpreter()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.devonfw.cobigen.api.extension.GeneratorPluginActivator

        setProjectRoot
    • Constructor Detail

      • JavaPluginActivator

        public JavaPluginActivator()
    • Method Detail

      • bindMerger

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

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