Class LikeToRegexConverter


  • public class LikeToRegexConverter
    extends Object
    Helper class that takes a LikeFilter and generates the equivalent Java Pattern syntax
    Since:
    13.x
    Author:
    Andrea Aime - GeoSolutions
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getPattern()
      Returns the equivalent Java pattern
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LikeToRegexConverter

        public LikeToRegexConverter​(PropertyIsLike like)
    • Method Detail

      • getPattern

        public String getPattern()
        Returns the equivalent Java pattern