Uses of Interface
com.blackrook.fs.FSFileFilter
-
Packages that use FSFileFilter Package Description com.blackrook.fs Contains the classes and interfaces that make up the file system elements.com.blackrook.fs.archive Contains the classes for certain file folder types. -
-
Uses of FSFileFilter in com.blackrook.fs
Methods in com.blackrook.fs with parameters of type FSFileFilter Modifier and Type Method Description FSFile[]
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 FSFileFilter Modifier and Type Method Description FSFile[]
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)
-