Class AbstractCdkMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
io.dataspray.aws.cdk.AbstractCdkMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
BootstrapMojo, DeployMojo, DestroyMojo, SynthMojo

public abstract class AbstractCdkMojo extends org.apache.maven.plugin.AbstractMojo
An abstract Mojo that defines some parameters common for synthesis and deployment.
  • Field Summary

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

    ROLE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    abstract void
    execute(Path cloudAssemblyDirectory, Optional<String> profileOpt)
     

    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

    • AbstractCdkMojo

      public AbstractCdkMojo()
  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException
      Throws:
      org.apache.maven.plugin.MojoExecutionException
    • execute

      public abstract void execute(Path cloudAssemblyDirectory, Optional<String> profileOpt)