|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigurationNameMapper
A service that maps the names of configuration objects to the resource names.
Method Summary | |
---|---|
java.lang.String |
configurationLocation(java.lang.Class<? extends ConfigurationNode> type,
java.lang.String nodeName)
Returns the name of a configuration resource based on a naming convention for a given node type. |
java.lang.String |
configurationLocation(ConfigurationNode node)
Returns the name of a configuration resource based on a naming convention for a given node type. |
java.lang.String |
configurationNodeName(java.lang.Class<? extends ConfigurationNode> type,
Resource resource)
Returns a node name for a given configuration type and a configuration resource. |
Method Detail |
---|
java.lang.String configurationLocation(ConfigurationNode node)
java.lang.String configurationLocation(java.lang.Class<? extends ConfigurationNode> type, java.lang.String nodeName)
java.lang.String configurationNodeName(java.lang.Class<? extends ConfigurationNode> type, Resource resource)
configurationLocation(Class, String)
. May return null if the resource name is not following the expected naming format.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |