Package org.wildfly.subsystem.resource
Interface ChildResourceProvider
-
public interface ChildResourceProviderProvides child resources to aDynamicResource.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourcegetChild(String name)Returns a child resource with the specified name.Set<String>getChildren()Returns the complete set of child resource names.
-