Class TagFilter.Result

  • Enclosing class:
    TagFilter

    public static class TagFilter.Result
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Result​(boolean matched, java.util.List<java.lang.String> log)  
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getLog()  
      boolean matched()  
      static TagFilter.Result Matched​(java.lang.String reason)  
      static TagFilter.Result Unmatched​(java.lang.String reason)  
      • Methods inherited from class java.lang.Object

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

      • Result

        public Result​(boolean matched,
                      java.util.List<java.lang.String> log)
    • Method Detail

      • Unmatched

        public static TagFilter.Result Unmatched​(java.lang.String reason)
      • matched

        public boolean matched()
      • getLog

        public java.lang.String getLog()