public interface ComponentsBundle
Modifier and Type | Method and Description |
---|---|
ComponentManager |
getComponentManager(String componentName)
Returns the manager for a component type identified by name.
|
Set<String> |
getComponentNames()
Returns a set that contains the names of components included in this
bundle.
|
ComponentsXmlParser |
getXmlParser()
Returns the XML parsing information for this bundle.
|
ComponentsXmlParser getXmlParser()
Set<String> getComponentNames()
ComponentManager getComponentManager(String componentName)
componentName
- the component nameJRRuntimeException
- if the bundle does not include a component type
having the specified nameCopyright © 2017. All rights reserved.