Interface ExpressionEvaluator.PathResolver

All Known Implementing Classes:
DBSExpressionEvaluator.DBSPathResolver
Enclosing class:
ExpressionEvaluator

public static interface ExpressionEvaluator.PathResolver
Interface for a class that knows how to resolve a path into an id.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the id for a given path.
  • Method Details

    • getIdForPath

      String getIdForPath(String path)
      Returns the id for a given path.
      Parameters:
      path - the path
      Returns:
      the id, or null if not found