Class RemoveUnusedShapes.Config
java.lang.Object
software.amazon.smithy.build.transforms.RemoveUnusedShapes.Config
- Enclosing class:
- RemoveUnusedShapes
removeUnusedShapes
configuration settings.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the set of tags that are used to export shapes.void
setExportTagged
(Set<String> exportByTags) You can export shapes that are not connected to any service shape by applying specific tags to the shape and adding the list of export tags as an argument to the transformer.
-
Constructor Details
-
Config
public Config()
-
-
Method Details
-
setExportTagged
You can export shapes that are not connected to any service shape by applying specific tags to the shape and adding the list of export tags as an argument to the transformer.- Parameters:
exportByTags
- Tags that cause shapes to be exported.
-
getExportTagged
Gets the set of tags that are used to export shapes.- Returns:
- the tags that are used to export shapes.
-