Package io.engineblock.util
Class TagFilter.Result
- java.lang.Object
-
- io.engineblock.util.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.StringgetLog()booleanmatched()static TagFilter.ResultMatched(java.lang.String reason)static TagFilter.ResultUnmatched(java.lang.String reason)
-
-
-
Method Detail
-
Matched
public static TagFilter.Result Matched(java.lang.String reason)
-
Unmatched
public static TagFilter.Result Unmatched(java.lang.String reason)
-
matched
public boolean matched()
-
getLog
public java.lang.String getLog()
-
-