Interface ChildResourceProvider

All Known Implementing Classes:
SimpleChildResourceProvider

public interface ChildResourceProvider
Provides child resources.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.as.controller.registry.Resource
    Returns a child resource with the specified name.
    Returns the complete set of child resource names.
  • Method Details

    • 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
    • getChildren

      Set<String> getChildren()
      Returns the complete set of child resource names.
      Returns:
      a set of resource names