Class RuleTagsToTypeConverter

    • Field Summary

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

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

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

      • TAG_SECURITY

        public static final java.lang.String TAG_SECURITY
        Deprecated.
        See Also:
        Constant Field Values
      • RESERVED_TAGS

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

      • convert

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