Interface | Description |
---|---|
VirtualFileFilter |
A filter for virtual files
|
VirtualFileFilterWithAttributes |
A filter for virtual files with attributes
|
VirtualFileVisitor |
Visits a virtual file and its children
|
Class | Description |
---|---|
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
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.