Class InitParamProcessor.ResourceRefExpression

java.lang.Object
com.tangosol.coherence.config.xml.processor.InitParamProcessor.ResourceRefExpression
All Implemented Interfaces:
Expression<Object>
Enclosing class:
InitParamProcessor

public static class InitParamProcessor.ResourceRefExpression extends Object implements Expression<Object>
An Expression implementation that represents the use of a {resource} macro in a configuration File.
  • Constructor Details

    • ResourceRefExpression

      public ResourceRefExpression(Expression<?> exprResourceName, ParameterizedBuilderRegistry registry)
      Constructs a SchemeRefExpression.
      Parameters:
      exprResourceName - the name of the ServiceScheme to resolve
      registry - the ServiceSchemeRegistry to lookup ServiceSchemes
  • Method Details