Class Smithy2Cfn
- java.lang.Object
-
- software.amazon.smithy.aws.cloudformation.schema.fromsmithy.Smithy2Cfn
-
- All Implemented Interfaces:
SmithyBuildPlugin
public final class Smithy2Cfn extends java.lang.Object implements SmithyBuildPlugin
-
-
Constructor Summary
Constructors Constructor Description Smithy2Cfn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(PluginContext context)
Executes the plugin, creating any number of artifacts.java.lang.String
getName()
Gets the name of the plugin.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.smithy.build.SmithyBuildPlugin
isSerial, requiresValidModel
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from interface:SmithyBuildPlugin
Gets the name of the plugin.- Specified by:
getName
in interfaceSmithyBuildPlugin
- Returns:
- Returns the name (e.g., "MyPlugin").
-
execute
public void execute(PluginContext context)
Description copied from interface:SmithyBuildPlugin
Executes the plugin, creating any number of artifacts.- Specified by:
execute
in interfaceSmithyBuildPlugin
- Parameters:
context
- Plugin context for build execution.
-
-