java.lang.Object
org.apache.jackrabbit.oak.spi.query.fulltext.LikePattern

public class LikePattern extends Object
A pattern matcher.
  • Constructor Details

    • LikePattern

      public LikePattern(String pattern)
  • Method Details

    • matches

      public boolean matches(String value)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getLowerBound

      public String getLowerBound()
      Get the lower bound if any.
      Returns:
      return the lower bound, or null if unbound
    • getUpperBound

      public String getUpperBound()
      Get the upper bound if any.
      Returns:
      return the upper bound, or null if unbound