Package com.tangosol.run.xml
Interface XmlHelper.ParameterResolver
- Enclosing class:
 XmlHelper
public static interface XmlHelper.ParameterResolver
An interface that describes a callback to resolve a substitutable
 parameter value.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ObjectA constant that indicates that the parameter cannot be resolved. - 
Method Summary
Modifier and TypeMethodDescriptionresolveParameter(String sType, String sValue) Resolve the passed substitutable parameter. 
- 
Field Details
- 
UNRESOLVED
A constant that indicates that the parameter cannot be resolved. 
 - 
 - 
Method Details
- 
resolveParameter
Resolve the passed substitutable parameter.- Parameters:
 sType- the value of the "param-type" elementsValue- the value of the "param-value" element, which is enclosed by curly braces, indicating its substitutability- Returns:
 - the object value to use or the 
UNRESOLVEDconstant 
 
 -