public interface RuntimeManagerIdFilter
Modifier and Type | Method and Description |
---|---|
Collection<String> |
filter(String pattern,
Collection<String> identifiers)
Filters given
identifiers based on given pattern and return only those matching. |
Collection<String> filter(String pattern, Collection<String> identifiers)
identifiers
based on given pattern and return only those matching.pattern
- pattern used to filter identifiersidentifiers
- all available identifiersCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.