Package org.jboss.as.controller.registry
Interface ResourceFilter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A resource filter.
- Author:
- Emanuel Muckenhuber
-
Method Summary
Modifier and TypeMethodDescriptionbooleanaccepts(PathAddress address, Resource resource) Test whether the resource should be included or not.
-
Method Details
-
accepts
Test whether the resource should be included or not.- Parameters:
address- the resource addressresource- the resource- Returns:
truewhen to include the resource
-