Uses of Class
com.blackrook.fs.FSFileArchive
Packages that use FSFileArchive
Package
Description
Contains the classes and interfaces that make up the file system elements.
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 FSFileArchiveModifier and TypeFieldDescriptionprotected LinkedList<FSFileArchive> FileSystem.fileStackLookup stack for file system.Methods in com.blackrook.fs that return FSFileArchiveModifier and TypeMethodDescriptionFileSystem.popArchive()Pops an archive off of the search stack.Methods in com.blackrook.fs with parameters of type FSFileArchiveModifier and TypeMethodDescriptionvoidFileSystem.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.archiveModifier and TypeClassDescriptionclassThis is an FS wrapping class for wrapping a classpath tree in the filesystem.classThis is an FS wrapping class for wrapping a folder on the native file system.classThis is an FS wrapping class for wrapping a zip file on the native file system.