Class OpenAPIPluginActivator
- java.lang.Object
-
- com.devonfw.cobigen.openapiplugin.OpenAPIPluginActivator
-
- All Implemented Interfaces:
com.devonfw.cobigen.api.extension.GeneratorPluginActivator
public class OpenAPIPluginActivator extends Object implements com.devonfw.cobigen.api.extension.GeneratorPluginActivator
Plug-in activator to be registered at CobiGen.
-
-
Constructor Summary
Constructors Constructor Description OpenAPIPluginActivator()
-
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
-
-