Uses of Interface
com.blackrook.fs.FSFileFilter
Packages that use FSFileFilter
Package
Description
Contains the classes and interfaces that make up the file system elements.
Contains the classes for certain file folder types.
-
Uses of FSFileFilter in com.blackrook.fs
Methods in com.blackrook.fs with parameters of type FSFileFilterModifier and TypeMethodDescriptionFSFile[]FileSystem.getAllFiles(FSFileFilter filter) Retrieves all of the recent instances of the files within this system that pass the filter test as FSFile objects.abstract FSFile[]FSFileArchive.getAllFiles(FSFileFilter filter) Retrieves all of the files within this object that pass the filter test as FSFile objects.FSFile[]FileSystem.getAllFilesInDir(String path, FSFileFilter filter) Retrieves all of the recent instances of the files within this system that pass the filter test as FSFile objects.abstract FSFile[]FSFileArchive.getAllFilesInDir(String path, FSFileFilter filter) Retrieves all of the files within this object as FSFile objects that pass the filter test. -
Uses of FSFileFilter in com.blackrook.fs.archive
Methods in com.blackrook.fs.archive with parameters of type FSFileFilterModifier and TypeMethodDescriptionFSFile[]ClasspathArchive.getAllFiles(FSFileFilter filter) FSFile[]FolderArchive.getAllFiles(FSFileFilter filter) FSFile[]ZipArchive.getAllFiles(FSFileFilter filter) FSFile[]ClasspathArchive.getAllFilesInDir(String path, FSFileFilter filter) FSFile[]FolderArchive.getAllFilesInDir(String path, FSFileFilter filter) FSFile[]ZipArchive.getAllFilesInDir(String path, FSFileFilter filter)