Uses of Class
io.engineblock.util.TagFilter.Result
-
Packages that use TagFilter.Result Package Description io.engineblock.util -
-
Uses of TagFilter.Result in io.engineblock.util
Methods in io.engineblock.util that return TagFilter.Result Modifier and Type Method Description static TagFilter.ResultTagFilter.Result. Matched(java.lang.String reason)protected TagFilter.ResultTagFilter. matches(java.util.Map<java.lang.String,java.lang.String> tags)Although this method could early-exit for certain conditions, the full tag matching logic is allowed to complete in order to present more complete diagnostic information back to the user.TagFilter.ResultTagFilter. matchesMap(java.util.Map<java.lang.String,java.lang.String> tags)TagFilter.ResultTagFilter. matchesTaggedResult(Tagged item)static TagFilter.ResultTagFilter.Result. Unmatched(java.lang.String reason)
-