Class AllFileSelector

    • Constructor Detail

      • AllFileSelector

        public AllFileSelector()
    • Method Detail

      • includeFile

        public boolean includeFile​(FileSelectInfo fileInfo)
                            throws java.lang.Exception
        Determines if a file or folder should be selected.
        Specified by:
        includeFile in interface FileSelector
        Parameters:
        fileInfo - The file selection information.
        Returns:
        true if the file should be selected, false otherwise.
        Throws:
        java.lang.Exception - if an error occurs.
      • traverseDescendents

        public boolean traverseDescendents​(FileSelectInfo fileInfo)
                                    throws java.lang.Exception
        Determines whether a folder should be traversed.
        Specified by:
        traverseDescendents in interface FileSelector
        Parameters:
        fileInfo - The file selection information.
        Returns:
        true if descendants should be traversed, false otherwise.
        Throws:
        java.lang.Exception - if an error occurs.