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
  • Field Summary

    Fields inherited from interface org.apache.maven.plugin.Mojo

    ROLE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.apache.camel.component.salesforce.codegen.AbstractSalesforceExecution
     
    protected void
     

    Methods inherited from class org.apache.camel.maven.AbstractSalesforceMojo

    execute

    Methods inherited from class org.apache.maven.plugin.AbstractMojo

    getLog, getPluginContext, setLog, setPluginContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SchemaMojo

      public SchemaMojo()
  • Method Details