|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigLayer
Represents a single layer of configuration resources. Several layers are
arranged into a ConfigTree
which is then used to run a seedling.
Each installed module provides one or more ConfigLayer
s.
Method Summary | |
---|---|
void |
collectNodeNames(String branchPath,
Collection<String> names)
|
Iterable<ConfigResource> |
getConfigResources(NodeReference nodeRef)
Finds all configuration resources in this layer that are relevant to a specified node. |
Method Detail |
---|
Iterable<ConfigResource> getConfigResources(NodeReference nodeRef) throws ConfigurationException
nodeRef
- identifies the desired node.
Iterable
nor any of its entries may be
null
.
ConfigurationException
- if there's a problem loading the
relevant configuration resources.void collectNodeNames(String branchPath, Collection<String> names)
branchPath
- must be an absolute path.names
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |