Package io.dataspray.aws.cdk
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.AbstractMojoAn abstract Mojo that defines some parameters common for synthesis and deployment.
-
-
Constructor Summary
Constructors Constructor Description AbstractCdkMojo()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidexecute()abstract voidexecute(Path cloudAssemblyDirectory, Optional<String> profileOpt)
-