Class FileOperationPatternKind


  • public final class FileOperationPatternKind
    extends java.lang.Object
    A pattern kind describing if a glob pattern matches a file a folder or both.

    Since 3.16.0

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String File
      The pattern matches a file only.
      static java.lang.String Folder
      The pattern matches a folder only.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • File

        public static final java.lang.String File
        The pattern matches a file only.
        See Also:
        Constant Field Values
      • Folder

        public static final java.lang.String Folder
        The pattern matches a folder only.
        See Also:
        Constant Field Values