Package org.apache.camel.maven
Class SchemaMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.camel.maven.AbstractSalesforceMojo
-
- org.apache.camel.maven.SchemaMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="schema", requiresProject=false, defaultPhase=GENERATE_SOURCES) public class SchemaMojo extends AbstractSalesforceMojo
-
-
Constructor Summary
Constructors Constructor Description SchemaMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.camel.component.salesforce.codegen.AbstractSalesforceExecutiongetSalesforceExecution()protected voidsetup()-
Methods inherited from class org.apache.camel.maven.AbstractSalesforceMojo
execute
-
-
-
-
Method Detail
-
getSalesforceExecution
protected org.apache.camel.component.salesforce.codegen.AbstractSalesforceExecution getSalesforceExecution()
- Specified by:
getSalesforceExecutionin classAbstractSalesforceMojo
-
setup
protected void setup()
- Overrides:
setupin classAbstractSalesforceMojo
-
-