Class AbstractApiMethodBaseMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
AbstractApiMethodGeneratorMojo, ApiComponentGeneratorMojo

public abstract class AbstractApiMethodBaseMojo extends AbstractSourceGeneratorMojo
Base class to share API method generator properties with @{link ApiComponentGeneratorMojo}.
  • Field Details

    • substitutions

      @Parameter(property="org.apache.camel.substitutions") protected Substitution[] substitutions
    • excludeConfigNames

      @Parameter(property="org.apache.camel.excludeConfigNames") protected String excludeConfigNames
    • excludeConfigTypes

      @Parameter(property="org.apache.camel.excludeConfigTypes") protected String excludeConfigTypes
    • extraOptions

      @Parameter protected ExtraOption[] extraOptions
  • Constructor Details

    • AbstractApiMethodBaseMojo

      public AbstractApiMethodBaseMojo()