Package io.dataspray.aws.cdk
Class DestroyMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- io.dataspray.aws.cdk.AbstractCdkMojo
-
- io.dataspray.aws.cdk.DestroyMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="destroy") public class DestroyMojo extends AbstractCdkMojo
-
-
Constructor Summary
Constructors Constructor Description DestroyMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(Path cloudAssemblyDirectory, Optional<String> profileOpt)-
Methods inherited from class io.dataspray.aws.cdk.AbstractCdkMojo
execute
-
-
-
-
Method Detail
-
execute
public void execute(Path cloudAssemblyDirectory, Optional<String> profileOpt)
- Specified by:
executein classAbstractCdkMojo
-
-