Package software.amazon.smithy.docgen
Class SmithyDocPlugin
java.lang.Object
software.amazon.smithy.docgen.SmithyDocPlugin
- All Implemented Interfaces:
SmithyBuildPlugin
Generates API documentation from a Smithy model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(PluginContext pluginContext) Executes the plugin, creating any number of artifacts.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
-
Constructor Details
-
SmithyDocPlugin
public SmithyDocPlugin()
-
-
Method Details
-
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
Description copied from interface:SmithyBuildPlugin
Executes the plugin, creating any number of artifacts.- Specified by:
execute
in interfaceSmithyBuildPlugin
- Parameters:
pluginContext
- Plugin context for build execution.
-