Interface SelectorScanner

    • Method Summary

      Modifier and Type Method Description
      java.lang.String[] getDeselectedDirectories()
      Directories which were selected out of a scan.
      java.lang.String[] getDeselectedFiles()
      Files which were selected out of a scan.
      void setSelectors​(FileSelector[] selectors)
      Sets the selectors the scanner should use.
    • Method Detail

      • setSelectors

        void setSelectors​(FileSelector[] selectors)
        Sets the selectors the scanner should use.
        Parameters:
        selectors - the list of selectors
      • getDeselectedDirectories

        java.lang.String[] getDeselectedDirectories()
        Directories which were selected out of a scan.
        Returns:
        list of directories not selected
      • getDeselectedFiles

        java.lang.String[] getDeselectedFiles()
        Files which were selected out of a scan.
        Returns:
        list of files not selected