Class Selectors


  • public final class Selectors
    extends java.lang.Object
    Several standard file selectors.
    • Field Detail

      • SELECT_SELF_AND_CHILDREN

        public static final FileSelector SELECT_SELF_AND_CHILDREN
        A FileSelector that selects the base file/folder and its direct children.
      • SELECT_CHILDREN

        public static final FileSelector SELECT_CHILDREN
        A FileSelector that selects only the direct children of the base folder.
      • EXCLUDE_SELF

        public static final FileSelector EXCLUDE_SELF
        A FileSelector that selects all the descendants of the base folder, but does not select the base folder itself.
      • SELECT_ALL

        public static final FileSelector SELECT_ALL
        A FileSelector that selects the base file/folder, plus all its descendants.