public static class InitParamProcessor.CollectionRefExpression extends InitParamProcessor.DataStructureRefExpression<NamedCollection>
Expression
implementation that represents the use of
a {collection-ref} macro in a Configuration File.Constructor and Description |
---|
CollectionRefExpression(com.tangosol.config.expression.Expression<?> exprCacheName,
ClassLoader classLoader,
ResourceMappingRegistry registry)
Constructs a CollectionRefExpression.
|
Modifier and Type | Method and Description |
---|---|
NamedCollection |
evaluate(com.tangosol.config.expression.ParameterResolver resolver)
Evaluates the
Expression to produce a value of type T. |
evaluateName, getClassLoader, toString
public CollectionRefExpression(com.tangosol.config.expression.Expression<?> exprCacheName, ClassLoader classLoader, ResourceMappingRegistry registry)
exprCacheName
- the Expression representing the collection nameclassLoader
- the ClassLoader to use when loading the collectionregistry
- the ResourceMappingRegistry to locate QueueMapping
definitionspublic NamedCollection evaluate(com.tangosol.config.expression.ParameterResolver resolver)
Expression
to produce a value of type T.resolver
- the ParameterResolver
for resolving any parameters used by the Expression