Class ExcludeTraitsByTag.Config

  • Enclosing class:
    ExcludeTraitsByTag

    public static final class ExcludeTraitsByTag.Config
    extends java.lang.Object
    excludeTraitsByTag 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> getTags()  
      void setTags​(java.util.Set<java.lang.String> tags)
      Sets the list of tags that, if present, cause the trait to be removed.
      • 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

      • getTags

        public java.util.Set<java.lang.String> getTags()
        Returns:
        the list of tags that, if present, cause the trait to be removed.
      • setTags

        public void setTags​(java.util.Set<java.lang.String> tags)
        Sets the list of tags that, if present, cause the trait to be removed.
        Parameters:
        tags - Tags to set.