|
|||||||||
Home >> All >> org >> apache >> [ hivemind overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
org.apache.hivemind
Interface SymbolSource

- All Known Subinterfaces:
- Registry
- public interface SymbolSource
Used to define an object that can provide a value for a substitution symbol (substitution symbol can appear in HiveMind module deployment descriptors).
Method Summary | |
java.lang.String |
valueForSymbol(java.lang.String name)
Returns the value for the symbol, if this source can provide one. |
Method Detail |
valueForSymbol
public java.lang.String valueForSymbol(java.lang.String name)
- Returns the value for the symbol, if this source can provide one.
Returns null if the source can not provide a value.
|
|||||||||
Home >> All >> org >> apache >> [ hivemind overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |