Class 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.
    • Constructor Detail

      • AbstractCdkMojo

        public AbstractCdkMojo()
    • Method Detail

      • 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)