Class FilesScanner

    • Constructor Detail

      • FilesScanner

        public FilesScanner​(String[] fileNames,
                            boolean recursive)
        Scan from a set of packages.
        Parameters:
        fileNames - an array of package names.
        recursive - flag indicating whether sub-directories of any directories in the list of files should be included in the scanning (true) or not (false).