Class AbstractSchemaCassandraMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.cassandra.AbstractCassandraMojo
org.codehaus.mojo.cassandra.AbstractSchemaCassandraMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
DropColumnFamiliesMojo

public abstract class AbstractSchemaCassandraMojo extends AbstractCassandraMojo
Some general operations and contract for Mojo implementations that will interact with the system_* API methods. Manages the Cql connection and delegates to executeOperation on the implementation. Implementations must still implement the execute method of the parent Mojo.
Author:
zznate
  • Constructor Details

    • AbstractSchemaCassandraMojo

      public AbstractSchemaCassandraMojo()
  • Method Details

    • parseArguments

      protected abstract void parseArguments() throws IllegalArgumentException
      Throws:
      IllegalArgumentException
    • buildOperation

      protected abstract CqlOperation buildOperation()
    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
      Parses the arguments then calls
      Throws:
      org.apache.maven.plugin.MojoExecutionException
      org.apache.maven.plugin.MojoFailureException