| Package | Description |
|---|---|
| io.engineblock.util |
| Modifier and Type | Method and Description |
|---|---|
static TagFilter.Result |
TagFilter.Result.Matched(String reason) |
protected TagFilter.Result |
TagFilter.matches(Map<String,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.Result |
TagFilter.matchesMap(Map<String,String> tags) |
TagFilter.Result |
TagFilter.matchesTaggedResult(Tagged item) |
static TagFilter.Result |
TagFilter.Result.Unmatched(String reason) |
Copyright © 2017. All rights reserved.