Class FileSystemUtils


  • public class FileSystemUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FileSystemUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String wildcardToRegexp​(java.lang.String globExp)
      Expands glob expressions to regular expressions.
      • Methods inherited from class java.lang.Object

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

      • FileSystemUtils

        public FileSystemUtils()
    • Method Detail

      • wildcardToRegexp

        public static java.lang.String wildcardToRegexp​(java.lang.String globExp)
        Expands glob expressions to regular expressions.

        This method is intended for internal usage and does not guarantee backwards compatibility.

        Parameters:
        globExp - the glob expression to expand
        Returns:
        a string with the regular expression this glob expands to