Class | Description |
---|---|
AbstractApiMethodBaseMojo |
Base class to share API method generator properties with @{link ApiComponentGeneratorMojo}.
|
AbstractApiMethodGeneratorMojo |
Base Mojo class for ApiMethod generators.
|
AbstractGeneratorMojo |
Base class for API based generation MOJOs.
|
AbstractSourceGeneratorMojo |
Base class for API based code generation MOJOs.
|
ApiComponentGeneratorMojo |
Generates Camel Component based on a collection of APIs.
|
ApiMethodAlias |
Represents method alias
|
ApiProxy |
Represents an API to use for generating Camel Component.
|
DocumentGeneratorMojo |
Generates documentation for API Component.
|
DocumentGeneratorMojo.EndpointInfo | |
ExtraOption |
Extra endpoint option to add to generated *EndpointConfiguration
|
FileApiMethodGeneratorMojo |
Parses ApiMethod signatures from a File.
|
FromJavadoc |
Javadoc API generator properties.
|
HelpMojo |
Display help information on camel-api-component-maven-plugin.
Call mvn camel-api-component:help -Ddetail=true -Dgoal=<goal-name> to display parameter details. |
JavadocApiMethodGeneratorMojo |
Parses ApiMethod signatures from Javadoc.
|
JavadocParser |
Parses Javadoc HTML to get Method Signatures from Method Sumary.
|
Substitution |
Argument name substitution for
FileApiMethodGeneratorMojo . |
Apache Camel