Interface ChildResourceProvider
-
- All Known Implementing Classes:
SimpleChildResourceProvider
public interface ChildResourceProviderProvides child resources.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jboss.as.controller.registry.ResourcegetChild(String name)Returns a child resource with the specified name.Set<String>getChildren()Returns the complete set of child resource names.
-
-
-
Method Detail
-
getChild
org.jboss.as.controller.registry.Resource getChild(String name)
Returns a child resource with the specified name.- Parameters:
name- a resource name- Returns:
- a resource
-
-