Uses of Class
com.blackrook.fs.FSFile
-
Packages that use FSFile 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 FSFile in com.blackrook.fs
Methods in com.blackrook.fs that return FSFile Modifier and Type Method Description FSFile[]FileSystem. getAllFileInstances(String path)Retrieves all of the instances of a file from the system.FSFile[]FileSystem. getAllFiles()Retrieves all of the recent instances of a file from the system.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()Retrieves all of the files within this object 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)Retrieves all of the recent instances of the files within this system 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)Retrieves all of the files within a directory 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.FSFileFileSystem. getFile(String path)Retrieves a file from the system.abstract FSFileFSFileArchive. getFile(String path)Returns an FSFile reference of a file within this wrapped file.Methods in com.blackrook.fs with parameters of type FSFile Modifier and Type Method Description booleanFSFileFilter. accept(FSFile f)Tests if a file is accepted by this filter.intFSFile. compareTo(FSFile file)booleanFSFile. equals(FSFile file)Checks if this file equals another file. -
Uses of FSFile in com.blackrook.fs.archive
Subclasses of FSFile in com.blackrook.fs.archive Modifier and Type Class Description protected classClasspathArchive.ClasspathFileprotected classFolderArchive.FolderFileMethods in com.blackrook.fs.archive that return FSFile Modifier and Type Method Description FSFile[]ClasspathArchive. getAllFiles()FSFile[]ClasspathArchive. getAllFiles(FSFileFilter filter)FSFile[]FolderArchive. getAllFiles()FSFile[]FolderArchive. getAllFiles(FSFileFilter filter)FSFile[]ZipArchive. getAllFiles()FSFile[]ZipArchive. getAllFiles(FSFileFilter filter)FSFile[]ClasspathArchive. getAllFilesInDir(String path)FSFile[]ClasspathArchive. getAllFilesInDir(String path, FSFileFilter filter)FSFile[]FolderArchive. getAllFilesInDir(String path)FSFile[]FolderArchive. getAllFilesInDir(String path, FSFileFilter filter)FSFile[]ZipArchive. getAllFilesInDir(String path)FSFile[]ZipArchive. getAllFilesInDir(String path, FSFileFilter filter)FSFileClasspathArchive. getFile(String path)FSFileFolderArchive. getFile(String path)FSFileZipArchive. getFile(String path)Methods in com.blackrook.fs.archive with parameters of type FSFile Modifier and Type Method Description intClasspathArchive.ClasspathFile. compareTo(FSFile fsf)intFolderArchive.FolderFile. compareTo(FSFile fsf)
-