@FunctionalInterface public interface ResourceFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(PathAddress address,
Resource resource)
Test whether the resource should be included or not.
|
boolean accepts(PathAddress address, Resource resource)
address - the resource addressresource - the resourcetrue when to include the resourceCopyright © 2017 JBoss by Red Hat. All rights reserved.