Class 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 org.apache.maven.plugin.AbstractMojo
    • Constructor Detail

      • SchemaMojo

        public SchemaMojo()
    • Method Detail

      • executeWithClient

        protected void executeWithClient​(org.apache.camel.component.salesforce.internal.client.RestClient client)
                                  throws org.apache.maven.plugin.MojoExecutionException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
      • execute

        public final void execute()
                           throws org.apache.maven.plugin.MojoExecutionException,
                                  org.apache.maven.plugin.MojoFailureException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        org.apache.maven.plugin.MojoFailureException
      • getResponseTimeout

        public long getResponseTimeout()
      • setup

        protected void setup()