Class RemoveTraitDefinitions.Config

  • Enclosing class:
    RemoveTraitDefinitions

    public static final class RemoveTraitDefinitions.Config
    extends java.lang.Object
    removeTraitShapes configuration settings.
    • Constructor Summary

      Constructors 
      Constructor Description
      Config()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Config

        public Config()
    • Method Detail

      • setExportTagged

        public 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.
        Parameters:
        exportByTags - Tags that cause trait definitions to be exported.
      • getExportTagged

        public java.util.Set<java.lang.String> getExportTagged()
        Gets the set of tags that are used to export trait definitions.
        Returns:
        the tags that are used to export trait definitions.