Class GlobUtils


  • public final class GlobUtils
    extends java.lang.Object
    Utility functions for globs
    Since:
    9.2
    Author:
    Tristan Tarrant
    • Constructor Summary

      Constructors 
      Constructor Description
      GlobUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String globToRegex​(java.lang.String glob)  
      static boolean isGlob​(java.lang.String s)  
      • Methods inherited from class java.lang.Object

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

      • GlobUtils

        public GlobUtils()
    • Method Detail

      • isGlob

        public static boolean isGlob​(java.lang.String s)
      • globToRegex

        public static java.lang.String globToRegex​(java.lang.String glob)