Interface IBookmarkEvaluator

All Known Implementing Classes:
SimpleRessourceEvaluator

public interface IBookmarkEvaluator
Implement this interface if you want implement your own evaluation algorithm
Author:
famaridon
  • Method Summary

    Modifier and Type
    Method
    Description
    evaluate(String bookmark)
    Evaluate the bookmark (without regex quote) If can't evaluate, return null
  • Method Details

    • evaluate

      String evaluate(String bookmark)
      Evaluate the bookmark (without regex quote) If can't evaluate, return null
      Parameters:
      bookmark - the bookmark
      Returns:
      the evaluation or null