Class IncludeClosures.Config
java.lang.Object
software.amazon.smithy.build.transforms.IncludeClosures.Config
- Enclosing class:
- IncludeClosures
includeClosures configuration.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetClosures(Set<String> closures) Sets the ids of the closures to include.
-
Constructor Details
-
Config
public Config()
-
-
Method Details
-
getClosures
- Returns:
- The ids of the closures to include.
-
setClosures
Sets the ids of the closures to include.- Parameters:
closures- The closure ids.
-