public static final class RemoveUnusedShapes.Config
extends java.lang.Object
removeUnusedShapes
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 shapes.
|
void |
setExportTagged(java.util.Set<java.lang.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.
|
public void setExportTagged(java.util.Set<java.lang.String> exportByTags)
exportByTags
- Tags that cause shapes to be exported.public java.util.Set<java.lang.String> getExportTagged()