Uses of Interface
org.jboss.as.controller.registry.ResourceFilter
-
Packages that use ResourceFilter Package Description org.jboss.as.controller.registry -
-
Uses of ResourceFilter in org.jboss.as.controller.registry
Fields in org.jboss.as.controller.registry declared as ResourceFilter Modifier and Type Field Description static ResourceFilterResource.Tools. ALL_BUT_RUNTIME_AND_PROXIES_FILTERMethods in org.jboss.as.controller.registry with parameters of type ResourceFilter Modifier and Type Method Description static org.jboss.dmr.ModelNodeResource.Tools. readModel(Resource resource, int level, ResourceFilter filter)Reads a resource tree, recursing up to the given number of levels but ignoring resources not accepted by the givenfilter, and generates a DMR tree representing all of the non-ignored resources.
-