|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfigLoader
Loads configuration resources from a ResourceTree.
Implementations must be thread-safe.
| Method Summary | |
|---|---|
ConfigResource |
loadConfigResource(ResourceTree resources,
NodePath fullPath)
Returns a configuration resource for a specified node, if one exists in the given resource tree. |
String |
nodeNameForResource(String resourceName)
|
| Method Detail |
|---|
String nodeNameForResource(String resourceName)
ConfigResource loadConfigResource(ResourceTree resources,
NodePath fullPath)
throws ConfigLoadingException
fullPath - identifies the desired node. It must be a full path.
null if no configuration resource exists for the
node within the resource tree.
ConfigLoadingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||