Class IncludeNamespaces.Config
java.lang.Object
software.amazon.smithy.build.transforms.IncludeNamespaces.Config
- Enclosing class:
- IncludeNamespaces
includeNamespaces configuration.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetNamespaces(Set<String> namespaces) Sets the list of namespaces to include.
-
Constructor Details
-
Config
public Config()
-
-
Method Details
-
getNamespaces
- Returns:
- Gets the list of namespaces to include.
-
setNamespaces
Sets the list of namespaces to include.- Parameters:
namespaces- Namespaces to include.
-