Class SimpleGlobPattern


  • public abstract class SimpleGlobPattern
    extends Object
    A simple glob pattern implementation that only supports the * wildcard.

    Crucially, this implementation:

    • does not rely on regexps and thus does not require any escaping of the pattern string;
    • allows easily prepending a literal to a given pattern, which is convenient when working with index schemas.