Package org.apache.camel.maven
Class GeneratePubSubMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.camel.maven.AbstractSalesforceMojo
org.apache.camel.maven.GeneratePubSubMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="generatePubSub",
requiresProject=false,
defaultPhase=GENERATE_SOURCES)
public class GeneratePubSubMojo
extends AbstractSalesforceMojo
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.camel.component.salesforce.codegen.AbstractSalesforceExecutionprotected voidsetup()Methods inherited from class org.apache.camel.maven.AbstractSalesforceMojo
executeMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
GeneratePubSubMojo
public GeneratePubSubMojo()
-
-
Method Details
-
getSalesforceExecution
protected org.apache.camel.component.salesforce.codegen.AbstractSalesforceExecution getSalesforceExecution()- Specified by:
getSalesforceExecutionin classAbstractSalesforceMojo
-
setup
protected void setup()- Overrides:
setupin classAbstractSalesforceMojo
-