Class Summary |
TempDir |
A temporary directory which exists until it is closed, at which time its contents will be removed. |
TempFileProvider |
A provider for temporary physical files and directories. |
VFS |
Virtual File System |
VFSInputSource |
VFS based impl of InputSource. |
VFSUtils |
VFS Utilities |
VirtualFile |
A virtual file. |
VirtualFileAssembly |
Assembly of VirtualFiles that can be mounted into the VFS in a structure
that is not required to match a real filesystem structure. |
VirtualJarFileInputStream |
An input stream that can be used to wrap an VirtualJarInputStream (so any VFS dir)
and produce a byte stream following the Zip standard. |
VirtualJarInputStream |
Virtual JarInputStream used for representing any VFS directory as a JarInputStream. |
VirtualJarInputStream.VirtualJarEntry |
Virtual JarEntry used for representing a child VirtualFile as a JarEntry. |
VisitorAttributes |
Attributes used when visiting a virtual file system |