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. fileStack
Lookup stack for file system.Methods in com.blackrook.fs that return FSFileArchive Modifier and Type Method Description FSFileArchive
FileSystem. popArchive()
Pops an archive off of the search stack.Methods in com.blackrook.fs with parameters of type FSFileArchive Modifier and Type Method Description void
FileSystem. addArchive(FSFileArchive fsfa)
Adds an archive to the bottom of the search stack.void
FileSystem. pushArchive(FSFileArchive fsfa)
Pushes an archive onto the search stack.boolean
FileSystem. 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 class
ClasspathArchive
This is an FS wrapping class for wrapping a classpath tree in the filesystem.class
FolderArchive
This is an FS wrapping class for wrapping a folder on the native file system.class
ZipArchive
This is an FS wrapping class for wrapping a zip file on the native file system.
-