public interface ChildResourceProvider
| Modifier and Type | Method and Description |
|---|---|
org.jboss.as.controller.registry.Resource |
getChild(String name)
Returns a child resource with the specified name.
|
Set<String> |
getChildren()
Returns the complete set of child resource names.
|
org.jboss.as.controller.registry.Resource getChild(String name)
name - a resource nameCopyright © 2021 JBoss by Red Hat. All rights reserved.