public static final class RemoveTraitDefinitions.Config
extends java.lang.Object
removeTraitShapes configuration settings.| Constructor and Description |
|---|
Config() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
getExportTagged()
Gets the set of tags that are used to export trait definitions.
|
void |
setExportTagged(java.util.Set<java.lang.String> exportByTags)
You can export trait definitions by applying specific tags
to the trait definition and adding the list of export tags as an
argument to the transformer.
|
public void setExportTagged(java.util.Set<java.lang.String> exportByTags)
exportByTags - Tags that cause trait definitions to be
exported.public java.util.Set<java.lang.String> getExportTagged()