Interface ChildResourceProvider
- All Known Implementing Classes:
SimpleChildResourceProvider
public interface ChildResourceProvider
Provides child resources.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.as.controller.registry.ResourceReturns a child resource with the specified name.Returns the complete set of child resource names.
-
Method Details
-
getChild
Returns a child resource with the specified name.- Parameters:
name- a resource name- Returns:
- a resource
-
getChildren
Returns the complete set of child resource names.- Returns:
- a set of resource names
-