Uses of Class
com.blackrook.fs.FSFileArchive
-
Packages that use FSFileArchive 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 FSFileArchive in com.blackrook.fs
Fields in com.blackrook.fs with type parameters of type FSFileArchive Modifier and Type Field Description protected LinkedList<FSFileArchive>FileSystem. fileStackLookup stack for file system.Methods in com.blackrook.fs that return FSFileArchive Modifier and Type Method Description FSFileArchiveFileSystem. popArchive()Pops an archive off of the search stack.Methods in com.blackrook.fs with parameters of type FSFileArchive Modifier and Type Method Description voidFileSystem. addArchive(FSFileArchive fsfa)Adds an archive to the bottom of the search stack.voidFileSystem. pushArchive(FSFileArchive fsfa)Pushes an archive onto the search stack.booleanFileSystem. removeArchive(FSFileArchive fsfa)Removes an archive from the search stack. -
Uses of FSFileArchive in com.blackrook.fs.archive
Subclasses of FSFileArchive in com.blackrook.fs.archive Modifier and Type Class Description classClasspathArchiveThis is an FS wrapping class for wrapping a classpath tree in the filesystem.classFolderArchiveThis is an FS wrapping class for wrapping a folder on the native file system.classZipArchiveThis is an FS wrapping class for wrapping a zip file on the native file system.
-