public static final class IncludeTraits.Config
extends java.lang.Object
includeTraits
configuration settings.Constructor and Description |
---|
Config() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.String> |
getTraits()
Gets the list of trait shape IDs to include.
|
void |
setTraits(java.util.Set<java.lang.String> traits)
Sets the list of trait shape IDs to include.
|
public java.util.Set<java.lang.String> getTraits()
public void setTraits(java.util.Set<java.lang.String> traits)
End an argument with "#" to include the traits from an entire
namespace. Trait shape IDs that are relative are assumed to be
part of the smithy.api
prelude namespace.
traits
- Traits to include.