Class RuleTagsToTypeConverter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.Set<java.lang.String> RESERVED_TAGS  
      static java.lang.String TAG_BUG  
      static java.lang.String TAG_SECURITY  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static RuleType convert​(java.util.Collection<java.lang.String> tags)  
      • Methods inherited from class java.lang.Object

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

      • RESERVED_TAGS

        public static final java.util.Set<java.lang.String> RESERVED_TAGS
    • Method Detail

      • convert

        public static RuleType convert​(java.util.Collection<java.lang.String> tags)