Class FilteringUtils


  • public final class FilteringUtils
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.regex.Pattern PATTERN  
      private static java.lang.String WINDOWS_PATH_PATTERN  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private FilteringUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String escapeWindowsPath​(java.lang.String val)  
      • Methods inherited from class java.lang.Object

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

      • WINDOWS_PATH_PATTERN

        private static final java.lang.String WINDOWS_PATH_PATTERN
        See Also:
        Constant Field Values
      • PATTERN

        private static final java.util.regex.Pattern PATTERN
    • Constructor Detail

      • FilteringUtils

        private FilteringUtils()
    • Method Detail

      • escapeWindowsPath

        public static java.lang.String escapeWindowsPath​(java.lang.String val)
        Parameters:
        val - The value to be escaped.
        Returns:
        Escaped value