Skip navigation links
JBoss VFS 3.2.5.Final
A B C D E F G H I J L M N O P R S T U V W 

A

AbstractLocalURLStreamHandler - Class in org.jboss.vfs.protocol
Abstract URLStreamHandler that can be used as a base for other URLStreamHandlers that require the URL to be local.
AbstractLocalURLStreamHandler() - Constructor for class org.jboss.vfs.protocol.AbstractLocalURLStreamHandler
 
AbstractMountOwner<T> - Class in org.jboss.vfs.util.automount
Abstract MountOwner used to wrap a real object as an owner.
AbstractMountOwner(T) - Constructor for class org.jboss.vfs.util.automount.AbstractMountOwner
Construct with an object.
AbstractPatternVirtualFileFilter - Class in org.jboss.vfs.util
Regexp patter filter.
AbstractPatternVirtualFileFilter(String) - Constructor for class org.jboss.vfs.util.AbstractPatternVirtualFileFilter
 
AbstractURLConnection - Class in org.jboss.vfs.protocol
Abstract base class for VFS URLConection impls.
AbstractURLConnection(URL) - Constructor for class org.jboss.vfs.protocol.AbstractURLConnection
 
AbstractVirtualFileFilterWithAttributes - Class in org.jboss.vfs.util
AbstractVirtualFileFilterWithAttributes
AbstractVirtualFileFilterWithAttributes() - Constructor for class org.jboss.vfs.util.AbstractVirtualFileFilterWithAttributes
Create a new AbstractVirtualFileFilterWithAttributes, using VisitorAttributes.DEFAULT
AbstractVirtualFileFilterWithAttributes(VisitorAttributes) - Constructor for class org.jboss.vfs.util.AbstractVirtualFileFilterWithAttributes
Create a new AbstractVirtualFileFilterWithAttributes.
AbstractVirtualFileVisitor - Class in org.jboss.vfs.util
AbstractVirtualFileVisitor.
AbstractVirtualFileVisitor() - Constructor for class org.jboss.vfs.util.AbstractVirtualFileVisitor
Create a new AbstractVirtualFileVisitor using the default visitor attributes
AbstractVirtualFileVisitor(VisitorAttributes) - Constructor for class org.jboss.vfs.util.AbstractVirtualFileVisitor
Create a new AbstractVirtualFileVisitor using the default visitor attributes
accepts(VirtualFile) - Method in class org.jboss.vfs.util.AbstractPatternVirtualFileFilter
 
accepts(VirtualFile) - Method in class org.jboss.vfs.util.ExtensibleFilter
If the filename matches any string in the prefix, suffix, or matches array, return false.
accepts(VirtualFile) - Method in class org.jboss.vfs.util.FileNameVirtualFileFilter
Do we accept file.
accepts(VirtualFile) - Method in class org.jboss.vfs.util.IncludeExcludeVisitorAttributes
 
accepts(VirtualFile) - Method in class org.jboss.vfs.util.MatchAllVirtualFileFilter
 
accepts(VirtualFile) - Method in class org.jboss.vfs.util.SuffixesExcludeFilter
 
accepts(VirtualFile) - Method in class org.jboss.vfs.util.SuffixMatchFilter
Accept any file that ends with one of the filter suffixes.
accepts(VirtualFile) - Method in interface org.jboss.vfs.VirtualFileFilter
Match the virtual file
add(VirtualFile) - Method in class org.jboss.vfs.VirtualFileAssembly
Add a VirtualFile to the assembly.
add(String, VirtualFile) - Method in class org.jboss.vfs.VirtualFileAssembly
Add a VirtualFile to the assembly in a given path.
add(String, File) - Method in class org.jboss.vfs.VirtualFileAssembly
 
addHandle(VirtualFile, Closeable) - Static method in class org.jboss.vfs.util.automount.Automounter
Add handle to owner, to be auto closed.
addManifestLocations(VirtualFile, List<VirtualFile>) - Static method in class org.jboss.vfs.VFSUtils
Add manifest paths
addPrefix(String) - Method in class org.jboss.vfs.util.ExtensibleFilter
 
addPrefixes(String[]) - Method in class org.jboss.vfs.util.ExtensibleFilter
 
addSuffix(String) - Method in class org.jboss.vfs.util.ExtensibleFilter
 
addSuffixes(String[]) - Method in class org.jboss.vfs.util.ExtensibleFilter
 
addZip(String, File) - Method in class org.jboss.vfs.VirtualFileAssembly
 
applySpecialPaths(String) - Static method in class org.jboss.vfs.util.PathTokenizer
Apply any .
applySpecialPaths(List<String>) - Static method in class org.jboss.vfs.util.PathTokenizer
Apply any .
asDirectoryURI() - Method in class org.jboss.vfs.VirtualFile
Get file's URI as a directory.
asDirectoryURL() - Method in class org.jboss.vfs.VirtualFile
Get file's URL as a directory.
asFileURI() - Method in class org.jboss.vfs.VirtualFile
Get file's URI as a file.
asFileURL() - Method in class org.jboss.vfs.VirtualFile
Get file's URL as a file.
AssemblyFileSystem - Class in org.jboss.vfs.spi
FileSystem used to mount an Assembly into the VFS.
AssemblyFileSystem(VirtualFileAssembly) - Constructor for class org.jboss.vfs.spi.AssemblyFileSystem
 
Automounter - Class in org.jboss.vfs.util.automount
Utility used to manage mounting Virtual FileSystems.
available() - Method in class org.jboss.vfs.util.LazyInputStream
 
available() - Method in class org.jboss.vfs.VirtualJarInputStream
*

B

bufferDoesntHaveEnoughCapacity() - Method in interface org.jboss.vfs.VFSMessages
 
bufferMustBeLargerThan(int) - Method in interface org.jboss.vfs.VFSMessages
 

C

cannotDecode(String, String, Exception) - Method in interface org.jboss.vfs.VFSMessages
 
canonicalize(String) - Static method in class org.jboss.vfs.VFSUtils
Canonicalize the given path.
cantSetupTempFileProvider(Throwable) - Method in interface org.jboss.vfs.VFSMessages
 
cleanup(Object) - Static method in class org.jboss.vfs.util.automount.Automounter
Cleanup all references from the owner.
cleanup(VirtualFile) - Static method in class org.jboss.vfs.util.automount.Automounter
Cleanup all references from the owner.
cleanup(MountOwner) - Static method in class org.jboss.vfs.util.automount.Automounter
Cleanup all references from the MountOwner.
close() - Method in class org.jboss.vfs.spi.AssemblyFileSystem
Destroy this filesystem instance.
close() - Method in interface org.jboss.vfs.spi.FileSystem
Destroy this filesystem instance.
close() - Method in class org.jboss.vfs.spi.JavaZipFileSystem
Destroy this filesystem instance.
close() - Method in class org.jboss.vfs.spi.RealFileSystem
Destroy this filesystem instance.
close() - Method in class org.jboss.vfs.spi.RootFileSystem
Destroy this filesystem instance.
close() - Method in class org.jboss.vfs.TempDir
Close this directory.
close() - Method in class org.jboss.vfs.TempFileProvider
Close this provider and delete any temp files associated with it.
close() - Method in class org.jboss.vfs.util.LazyInputStream
 
close() - Method in class org.jboss.vfs.util.PaddedManifestStream
 
close() - Method in class org.jboss.vfs.VirtualFileAssembly
Close the assembly and nested resources.
close() - Method in class org.jboss.vfs.VirtualJarFileInputStream
close() - Method in class org.jboss.vfs.VirtualJarInputStream
*
closeEntry() - Method in class org.jboss.vfs.VirtualJarInputStream
*
connect() - Method in class org.jboss.vfs.protocol.FileURLConnection
 
contains(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.VirtualFileAssembly
 
copyChildrenRecursive(VirtualFile, VirtualFile) - Static method in class org.jboss.vfs.VFSUtils
Copy all the children from the original VirtualFile the target recursively.
copyStream(InputStream, OutputStream) - Static method in class org.jboss.vfs.VFSUtils
Copy input stream to output stream without closing streams.
copyStream(InputStream, OutputStream, int) - Static method in class org.jboss.vfs.VFSUtils
Copy input stream to output stream without closing streams.
copyStreamAndClose(InputStream, OutputStream) - Static method in class org.jboss.vfs.VFSUtils
Copy input stream to output stream and close them both
copyStreamAndClose(InputStream, OutputStream, int) - Static method in class org.jboss.vfs.VFSUtils
Copy input stream to output stream and close them both
couldNotCreateDirectory(String, int) - Method in interface org.jboss.vfs.VFSMessages
 
couldNotCreateDirectoryForRoot(File, String, String, int) - Method in interface org.jboss.vfs.VFSMessages
 
create(String, ScheduledExecutorService) - Static method in class org.jboss.vfs.TempFileProvider
Create a temporary file provider for a given type.
create(String, ScheduledExecutorService, boolean) - Static method in class org.jboss.vfs.TempFileProvider
Create a temporary file provider for a given type.
createFile(String, InputStream) - Method in class org.jboss.vfs.TempDir
Create a file within this temporary directory, prepopulating the file from the given input stream.
createJarFileInputStream(VirtualFile) - Static method in class org.jboss.vfs.VFSUtils
Get an input stream that will always be consumable as a Zip/Jar file.
createTempDir(String) - Method in class org.jboss.vfs.TempFileProvider
Create a temp directory, into which temporary files may be placed.
createURLStreamHandler(String) - Method in class org.jboss.vfs.protocol.VfsUrlStreamHandlerFactory
 

D

decode(String) - Static method in class org.jboss.vfs.VFSUtils
Decode the path with UTF-8 encoding..
decode(String, String) - Static method in class org.jboss.vfs.VFSUtils
Decode the path.
DEFAULT - Static variable in class org.jboss.vfs.VisitorAttributes
The default attributes - visit leaves and non-leaves, no recursion, no root
DEFAULT_BUFFER_SIZE - Static variable in class org.jboss.vfs.VFSUtils
The default buffer size to use for copies
delete(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.AssemblyFileSystem
Attempt to delete a virtual file within this filesystem.
delete(VirtualFile, VirtualFile) - Method in interface org.jboss.vfs.spi.FileSystem
Attempt to delete a virtual file within this filesystem.
delete(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.JavaZipFileSystem
Attempt to delete a virtual file within this filesystem.
delete(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.RealFileSystem
Attempt to delete a virtual file within this filesystem.
delete(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.RootFileSystem
Attempt to delete a virtual file within this filesystem.
delete() - Method in class org.jboss.vfs.VirtualFile
Delete this virtual file
delPrefix(String) - Method in class org.jboss.vfs.util.ExtensibleFilter
 
delPrefixes(String[]) - Method in class org.jboss.vfs.util.ExtensibleFilter
 
delSuffix(String) - Method in class org.jboss.vfs.util.ExtensibleFilter
 
delSuffixes(String[]) - Method in class org.jboss.vfs.util.ExtensibleFilter
 
doMatch() - Method in class org.jboss.vfs.util.AbstractPatternVirtualFileFilter
Should we match the pattern.
doMatch() - Method in class org.jboss.vfs.util.IncludePatternVirtualFileFilter
 

E

emptyStream() - Static method in class org.jboss.vfs.VFSUtils
Get the empty input stream.
ensureLocal(URL) - Method in class org.jboss.vfs.protocol.AbstractLocalURLStreamHandler
 
equals(Object) - Method in class org.jboss.vfs.util.automount.AbstractMountOwner
 
equals(Object) - Method in class org.jboss.vfs.VirtualFile
Determine whether the given object is equal to this one.
equals(VirtualFile) - Method in class org.jboss.vfs.VirtualFile
Determine whether the given object is equal to this one.
equals(Object) - Method in class org.jboss.vfs.VirtualFilePermission
 
equals(Permission) - Method in class org.jboss.vfs.VirtualFilePermission
 
equals(VirtualFilePermission) - Method in class org.jboss.vfs.VirtualFilePermission
 
exists(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.AssemblyFileSystem
Ascertain the existance of a virtual file within this filesystem.
exists(VirtualFile, VirtualFile) - Method in interface org.jboss.vfs.spi.FileSystem
Ascertain the existance of a virtual file within this filesystem.
exists(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.JavaZipFileSystem
Ascertain the existance of a virtual file within this filesystem.
exists(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.RealFileSystem
Ascertain the existance of a virtual file within this filesystem.
exists(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.RootFileSystem
Ascertain the existance of a virtual file within this filesystem.
exists() - Method in class org.jboss.vfs.VirtualFile
Tests whether the underlying implementation file still exists.
ExtensibleFilter - Class in org.jboss.vfs.util
An extensible filter for VFS files.
ExtensibleFilter() - Constructor for class org.jboss.vfs.util.ExtensibleFilter
Use the default values for suffixes, prefixes, and matches
ExtensibleFilter(String[], String[], String[]) - Constructor for class org.jboss.vfs.util.ExtensibleFilter
Create using a custom set of matches, prefixes, and suffixes.

F

failedToCleanExistingContentForTempFileProvider(String) - Method in interface org.jboss.vfs.VFSLogger
 
FILE_URL_HANDLER - Static variable in class org.jboss.vfs.VFSUtils
The URLStreamHandler for the 'file' protocol
FileNameVirtualFileFilter - Class in org.jboss.vfs.util
Exclude virtual file by file name and path.
FileNameVirtualFileFilter(Map<String, Set<String>>) - Constructor for class org.jboss.vfs.util.FileNameVirtualFileFilter
 
FileSystem - Interface in org.jboss.vfs.spi
A file system which is mounted in to the VFS.
fileSystemAlreadyMountedAtMountPoint(VirtualFile) - Method in interface org.jboss.vfs.VFSMessages
 
FileURLConnection - Class in org.jboss.vfs.protocol
Implementation URLConnection that will delegate to the VFS RootFileSystem.
FileURLConnection(URL) - Constructor for class org.jboss.vfs.protocol.FileURLConnection
 
FileURLStreamHandler - Class in org.jboss.vfs.protocol
A File based URLStreamHandler
FileURLStreamHandler() - Constructor for class org.jboss.vfs.protocol.FileURLStreamHandler
 
FilterVirtualFileVisitor - Class in org.jboss.vfs.util
A visitor based on a virtual file filter
FilterVirtualFileVisitor(VirtualFileFilter) - Constructor for class org.jboss.vfs.util.FilterVirtualFileVisitor
Create a new FilterVirtualFileVisitor with default attributes
FilterVirtualFileVisitor(VirtualFileFilter, VisitorAttributes) - Constructor for class org.jboss.vfs.util.FilterVirtualFileVisitor
Create a new FilterVirtualFileVisitor.
finalize() - Method in class org.jboss.vfs.TempDir
 
finalize() - Method in class org.jboss.vfs.TempFileProvider
 
fixName(String) - Static method in class org.jboss.vfs.VFSUtils
Fix a name (removes any trailing slash)
FLAG_DELETE - Static variable in class org.jboss.vfs.VirtualFilePermission
The flag value for the "delete" action.
FLAG_GET_FILE - Static variable in class org.jboss.vfs.VirtualFilePermission
The flag value for the "getfile" action.
FLAG_READ - Static variable in class org.jboss.vfs.VirtualFilePermission
The flag value for the "read" action.

G

getActionFlags() - Method in class org.jboss.vfs.VirtualFilePermission
Get the action flags for this permission.
getActions() - Method in class org.jboss.vfs.VirtualFilePermission
 
getAttributes() - Method in class org.jboss.vfs.util.AbstractVirtualFileFilterWithAttributes
 
getAttributes() - Method in class org.jboss.vfs.util.AbstractVirtualFileVisitor
 
getAttributes() - Method in interface org.jboss.vfs.VirtualFileFilterWithAttributes
Get the attributes for this filter
getAttributes() - Method in interface org.jboss.vfs.VirtualFileVisitor
Get the search attribues for this visitor
getAttributes() - Method in class org.jboss.vfs.VirtualJarInputStream.VirtualJarEntry
*
getByteStream() - Method in class org.jboss.vfs.VFSInputSource
 
getCertificates() - Method in class org.jboss.vfs.VirtualFile
Get the Certificates for the virtual file.
getCertificates() - Method in class org.jboss.vfs.VirtualJarInputStream.VirtualJarEntry
*
getChild(URL) - Static method in class org.jboss.vfs.VFS
Deprecated.
use getChild(URI) instead
getChild(URI) - Static method in class org.jboss.vfs.VFS
Find a virtual file.
getChild(String) - Static method in class org.jboss.vfs.VFS
Find a virtual file.
getChild(String) - Method in class org.jboss.vfs.VirtualFile
Get a child virtual file.
getChildNames(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.VirtualFileAssembly
Returns a list of all the names of the children in the assembly.
getChildren() - Static method in class org.jboss.vfs.VFS
Get the children
getChildren(VirtualFileFilter) - Static method in class org.jboss.vfs.VFS
Get the children
getChildren() - Method in class org.jboss.vfs.VirtualFile
Get the children.
getChildren(VirtualFileFilter) - Method in class org.jboss.vfs.VirtualFile
Get the children
getChildrenRecursively() - Static method in class org.jboss.vfs.VFS
Get all the children recursively
getChildrenRecursively(VirtualFileFilter) - Static method in class org.jboss.vfs.VFS
Get all the children recursively
getChildrenRecursively() - Method in class org.jboss.vfs.VirtualFile
Get all the children recursively
getChildrenRecursively(VirtualFileFilter) - Method in class org.jboss.vfs.VirtualFile
Get all the children recursively
getCodeSigners(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.AssemblyFileSystem
Get the CodeSigners for a the virtual file.
getCodeSigners(VirtualFile, VirtualFile) - Method in interface org.jboss.vfs.spi.FileSystem
Get the CodeSigners for a the virtual file.
getCodeSigners(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.JavaZipFileSystem
Get the CodeSigners for a the virtual file.
getCodeSigners(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.RealFileSystem
Get the CodeSigners for a the virtual file.
getCodeSigners(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.RootFileSystem
Get the CodeSigners for a the virtual file.
getCodeSigners() - Method in class org.jboss.vfs.VirtualFile
Get the CodeSigners for a the virtual file.
getCodeSigners() - Method in class org.jboss.vfs.VirtualJarInputStream.VirtualJarEntry
*
getContent() - Method in class org.jboss.vfs.protocol.FileURLConnection
 
getContentLength() - Method in class org.jboss.vfs.protocol.FileURLConnection
 
getContentType() - Method in class org.jboss.vfs.protocol.AbstractURLConnection
 
getDirectoryEntries(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.AssemblyFileSystem
Read a directory.
getDirectoryEntries(VirtualFile, VirtualFile) - Method in interface org.jboss.vfs.spi.FileSystem
Read a directory.
getDirectoryEntries(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.JavaZipFileSystem
Read a directory.
getDirectoryEntries(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.RealFileSystem
Read a directory.
getDirectoryEntries(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.RootFileSystem
Read a directory.
getFile(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.AssemblyFileSystem
Get a real File for the given path within this filesystem.
getFile(VirtualFile, VirtualFile) - Method in interface org.jboss.vfs.spi.FileSystem
Get a real File for the given path within this filesystem.
getFile(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.JavaZipFileSystem
Get a real File for the given path within this filesystem.
getFile(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.RealFileSystem
Get a real File for the given path within this filesystem.
getFile(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.RootFileSystem
Get a real File for the given path within this filesystem.
getFile(String) - Method in class org.jboss.vfs.TempDir
Get the File for a relative path.
getFile(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.VirtualFileAssembly
Get the VirtualFile from the assembly.
getGlobPattern(String) - Static method in class org.jboss.vfs.VFSUtils
Get a regular expression pattern which matches any path names which match the given glob.
getHeaderField(String) - Method in class org.jboss.vfs.protocol.AbstractURLConnection
 
getInputStream() - Method in class org.jboss.vfs.protocol.FileURLConnection
 
getLastModified() - Method in class org.jboss.vfs.protocol.FileURLConnection
 
getLastModified(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.AssemblyFileSystem
Get the last modification time of a virtual file within this filesystem.
getLastModified(VirtualFile, VirtualFile) - Method in interface org.jboss.vfs.spi.FileSystem
Get the last modification time of a virtual file within this filesystem.
getLastModified(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.JavaZipFileSystem
Get the last modification time of a virtual file within this filesystem.
getLastModified(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.RealFileSystem
Get the last modification time of a virtual file within this filesystem.
getLastModified(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.RootFileSystem
Get the last modification time of a virtual file within this filesystem.
getLastModified() - Method in class org.jboss.vfs.VirtualFile
When the file was last modified
getLowerCaseName() - Method in class org.jboss.vfs.VirtualFile
Deprecated.
should not be used anymore, as the code is case-sensitive from JBVFS-170
getManifest(VirtualFile) - Static method in class org.jboss.vfs.VFSUtils
Get a manifest from a virtual file, assuming the virtual file is the root of an archive
getManifest() - Method in class org.jboss.vfs.VirtualJarInputStream
*
getMatched() - Method in class org.jboss.vfs.util.FilterVirtualFileVisitor
Get the matched files
getMatches() - Method in class org.jboss.vfs.util.ExtensibleFilter
 
getMatchString(VirtualFile) - Method in class org.jboss.vfs.util.AbstractPatternVirtualFileFilter
Extract match string from file.
getMatchString(VirtualFile) - Method in class org.jboss.vfs.util.IncludeFileNameVirtualFileFilter
 
getMountSource() - Method in class org.jboss.vfs.spi.AssemblyFileSystem
Get the File source provided at mount time.
getMountSource() - Method in interface org.jboss.vfs.spi.FileSystem
Get the File source provided at mount time.
getMountSource() - Method in class org.jboss.vfs.spi.JavaZipFileSystem
Get the File source provided at mount time.
getMountSource() - Method in interface org.jboss.vfs.spi.MountHandle
Get the source file used for the mount.
getMountSource() - Method in class org.jboss.vfs.spi.RealFileSystem
Get the File source provided at mount time.
getMountSource() - Method in class org.jboss.vfs.spi.RootFileSystem
Get the File source provided at mount time.
getMountSource(Closeable) - Static method in class org.jboss.vfs.VFSUtils
Return the mount source File for a given mount handle.
getName() - Method in class org.jboss.vfs.protocol.AbstractURLConnection
 
getName() - Method in class org.jboss.vfs.protocol.FileURLConnection
 
getName(URI) - Static method in class org.jboss.vfs.VFSUtils
Get the name.
getName() - Method in class org.jboss.vfs.VirtualFile
Get the simple VF name (X.java)
getNextEntry() - Method in class org.jboss.vfs.VirtualJarInputStream
*
getNextJarEntry() - Method in class org.jboss.vfs.VirtualJarInputStream
*
getOwner() - Method in class org.jboss.vfs.util.automount.AbstractMountOwner
Get the owner object
getParent() - Method in class org.jboss.vfs.VirtualFile
Get a VirtualFile which represents the parent of this instance.
getParentFileList() - Method in class org.jboss.vfs.VirtualFile
Get the all the parent files of this virtual file from this file to the root as a list.
getParentFiles() - Method in class org.jboss.vfs.VirtualFile
Get the all the parent files of this virtual file from this file to the root.
getPathName(VirtualFile) - Method in class org.jboss.vfs.util.FileNameVirtualFileFilter
Get the path name for the VirtualFile.
getPathName() - Method in class org.jboss.vfs.VirtualFile
Get the absolute VFS full path name (/xxx/yyy/foo.ear/baz.jar/org/jboss/X.java)
getPathNameRelativeTo(VirtualFile) - Method in class org.jboss.vfs.VirtualFile
Get the path name relative to a parent virtual file.
getPathsString(Collection<VirtualFile>) - Static method in class org.jboss.vfs.VFSUtils
Get the paths string for a collection of virtual files
getPermission() - Method in class org.jboss.vfs.protocol.FileURLConnection
 
getPhysicalFile() - Method in class org.jboss.vfs.VirtualFile
Get a physical file for this virtual file.
getPhysicalURI(VirtualFile) - Static method in class org.jboss.vfs.VFSUtils
Get a physical URI for a virtual file.
getPhysicalURL(VirtualFile) - Static method in class org.jboss.vfs.VFSUtils
Get a physical URL for a virtual file.
getPrefixes() - Method in class org.jboss.vfs.util.ExtensibleFilter
 
getRecurseFilter() - Method in class org.jboss.vfs.VisitorAttributes
Get the recurse filter.
getRemainingPath(List<String>, int, int) - Static method in class org.jboss.vfs.util.PathTokenizer
Get the remaining path from some tokens
getRemainingPath(List<String>, int) - Static method in class org.jboss.vfs.util.PathTokenizer
Get the remaining path from some tokens
getRoot() - Method in class org.jboss.vfs.TempDir
Get the File that represents the root of this temporary directory.
getRootURI() - Method in class org.jboss.vfs.spi.AssemblyFileSystem
Get the root URI for this file system, or null if there is no valid root URI.
getRootURI() - Method in interface org.jboss.vfs.spi.FileSystem
Get the root URI for this file system, or null if there is no valid root URI.
getRootURI() - Method in class org.jboss.vfs.spi.JavaZipFileSystem
 
getRootURI() - Method in class org.jboss.vfs.spi.RealFileSystem
 
getRootURI() - Method in class org.jboss.vfs.spi.RootFileSystem
 
getRootURI(VirtualFile) - Static method in class org.jboss.vfs.VFSUtils
Get the physical root URL of the filesystem of a virtual file.
getRootURL(VirtualFile) - Static method in class org.jboss.vfs.VFSUtils
Get the physical root URL of the filesystem of a virtual file.
getRootVirtualFile() - Static method in class org.jboss.vfs.VFS
Get the root virtual file for this VFS instance.
getSize(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.AssemblyFileSystem
Get the size of a virtual file within this filesystem.
getSize(VirtualFile, VirtualFile) - Method in interface org.jboss.vfs.spi.FileSystem
Get the size of a virtual file within this filesystem.
getSize(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.JavaZipFileSystem
Get the size of a virtual file within this filesystem.
getSize(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.RealFileSystem
Get the size of a virtual file within this filesystem.
getSize(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.RootFileSystem
Get the size of a virtual file within this filesystem.
getSize() - Method in class org.jboss.vfs.VirtualFile
Get the size
getSize() - Method in class org.jboss.vfs.VirtualJarInputStream.VirtualJarEntry
*
getSuffixes() - Method in class org.jboss.vfs.util.ExtensibleFilter
 
getSystemId() - Method in class org.jboss.vfs.VFSInputSource
 
getTime() - Method in class org.jboss.vfs.VirtualJarInputStream.VirtualJarEntry
 
getTokens(String) - Static method in class org.jboss.vfs.util.PathTokenizer
Get the tokens that comprise this path.
getTokens(List<String>, String) - Static method in class org.jboss.vfs.util.PathTokenizer
Get the tokens that comprise this path and append them to the list.
getVirtualURI(VirtualFile) - Static method in class org.jboss.vfs.VFSUtils
Get the virtual URI for a virtual file.
getVirtualURL(VirtualFile) - Static method in class org.jboss.vfs.VFSUtils
Get the virtual URL for a virtual file.

H

Handler - Class in org.jboss.vfs.protocol.file
Stub handler class.
Handler() - Constructor for class org.jboss.vfs.protocol.file.Handler
 
Handler - Class in org.jboss.vfs.protocol.vfs
Stub handler class.
Handler() - Constructor for class org.jboss.vfs.protocol.vfs.Handler
 
hashCode() - Method in class org.jboss.vfs.util.automount.AbstractMountOwner
 
hashCode() - Method in class org.jboss.vfs.VirtualFile
Get a hashcode for this virtual file.
hashCode() - Method in class org.jboss.vfs.VirtualFilePermission
 
hostsEqual(URL, URL) - Method in class org.jboss.vfs.protocol.AbstractLocalURLStreamHandler
 

I

implies(Permission) - Method in class org.jboss.vfs.VirtualFilePermission
 
implies(VirtualFilePermission) - Method in class org.jboss.vfs.VirtualFilePermission
 
IncludeExcludeVisitorAttributes - Class in org.jboss.vfs.util
Include/exclude visitor attributes.
IncludeExcludeVisitorAttributes(Set<String>, Set<String>) - Constructor for class org.jboss.vfs.util.IncludeExcludeVisitorAttributes
 
IncludeFileNameVirtualFileFilter - Class in org.jboss.vfs.util
Include file name filter.
IncludeFileNameVirtualFileFilter(String) - Constructor for class org.jboss.vfs.util.IncludeFileNameVirtualFileFilter
 
IncludePatternVirtualFileFilter - Class in org.jboss.vfs.util
Include pattern filter.
IncludePatternVirtualFileFilter(String) - Constructor for class org.jboss.vfs.util.IncludePatternVirtualFileFilter
 
INSTANCE - Static variable in class org.jboss.vfs.util.MatchAllVirtualFileFilter
The instance
invalidActionsString(String) - Method in interface org.jboss.vfs.VFSMessages
 
invalidJarSignature(String, String) - Method in interface org.jboss.vfs.VFSMessages
 
invalidWin32Path(String) - Method in interface org.jboss.vfs.VFSMessages
 
isCurrentToken(String) - Static method in class org.jboss.vfs.util.PathTokenizer
Is current token.
isDirectory(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.AssemblyFileSystem
Ascertain whether a virtual file within this filesystem is a directory.
isDirectory(VirtualFile, VirtualFile) - Method in interface org.jboss.vfs.spi.FileSystem
Ascertain whether a virtual file within this filesystem is a directory.
isDirectory(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.JavaZipFileSystem
Ascertain whether a virtual file within this filesystem is a directory.
isDirectory(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.RealFileSystem
Ascertain whether a virtual file within this filesystem is a directory.
isDirectory(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.RootFileSystem
Ascertain whether a virtual file within this filesystem is a directory.
isDirectory() - Method in class org.jboss.vfs.VirtualFile
Determine whether the named virtual file is a directory.
isDirectory() - Method in class org.jboss.vfs.VirtualJarInputStream.VirtualJarEntry
*
isFile(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.AssemblyFileSystem
Ascertain whether a virtual file within this filesystem is a plain file.
isFile(VirtualFile, VirtualFile) - Method in interface org.jboss.vfs.spi.FileSystem
Ascertain whether a virtual file within this filesystem is a plain file.
isFile(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.JavaZipFileSystem
Ascertain whether a virtual file within this filesystem is a plain file.
isFile(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.RealFileSystem
Ascertain whether a virtual file within this filesystem is a plain file.
isFile(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.RootFileSystem
Ascertain whether a virtual file within this filesystem is a plain file.
isFile() - Method in class org.jboss.vfs.VirtualFile
Determine whether the named virtual file is a plain file.
isIgnoreErrors() - Method in class org.jboss.vfs.VisitorAttributes
Whether to ignore individual errors
isIncludeHidden() - Method in class org.jboss.vfs.VisitorAttributes
Whether to include hidden files
isIncludeRoot() - Method in class org.jboss.vfs.VisitorAttributes
Whether to include the root of the visit
isLeaf() - Method in class org.jboss.vfs.VirtualFile
isLeavesOnly() - Method in class org.jboss.vfs.VisitorAttributes
Whether to visit leaves only
isMounted(VirtualFile) - Static method in class org.jboss.vfs.util.automount.Automounter
Determines whether a target VirtualFile is mounted.
isReadOnly() - Method in class org.jboss.vfs.spi.AssemblyFileSystem
Determine whether this filesystem is read-only.
isReadOnly() - Method in interface org.jboss.vfs.spi.FileSystem
Determine whether this filesystem is read-only.
isReadOnly() - Method in class org.jboss.vfs.spi.JavaZipFileSystem
Determine whether this filesystem is read-only.
isReadOnly() - Method in class org.jboss.vfs.spi.RealFileSystem
Determine whether this filesystem is read-only.
isReadOnly() - Method in class org.jboss.vfs.spi.RootFileSystem
Determine whether this filesystem is read-only.
isRecurse(VirtualFile) - Method in class org.jboss.vfs.VisitorAttributes
Whether to recurse into the non-leaf file
isReverseToken(String) - Static method in class org.jboss.vfs.util.PathTokenizer
Is reverse token.
isRoot() - Method in class org.jboss.vfs.VirtualFile
Determines whether this virtual file represents a true root of a file system.

J

JavaZipFileSystem - Class in org.jboss.vfs.spi

This implementation is backed by a zip file.

JavaZipFileSystem(String, InputStream, TempDir) - Constructor for class org.jboss.vfs.spi.JavaZipFileSystem
Create a new instance.
JavaZipFileSystem(File, TempDir) - Constructor for class org.jboss.vfs.spi.JavaZipFileSystem
Create a new instance.

L

LazyInputStream - Class in org.jboss.vfs.util
Lazy input stream.
LazyInputStream(VirtualFile) - Constructor for class org.jboss.vfs.util.LazyInputStream
 
LEAVES_ONLY - Static variable in class org.jboss.vfs.VisitorAttributes
Visit leaves only and do not recurse non-leaf files

M

mark(int) - Method in class org.jboss.vfs.util.LazyInputStream
 
markSupported() - Method in class org.jboss.vfs.util.LazyInputStream
 
MatchAllVirtualFileFilter - Class in org.jboss.vfs.util
MatchAllVirtualFileFilter.
MESSAGES - Static variable in interface org.jboss.vfs.VFSMessages
The messages
mount(VirtualFile, MountOption...) - Static method in class org.jboss.vfs.util.automount.Automounter
Mount provided VirtualFile (if not mounted) and set the owner to be the provided target.
mount(Object, VirtualFile, MountOption...) - Static method in class org.jboss.vfs.util.automount.Automounter
Mount provided VirtualFile (if not mounted) and add an owner entry.
mount(VirtualFile, VirtualFile, MountOption...) - Static method in class org.jboss.vfs.util.automount.Automounter
Mount provided VirtualFile (if not mounted) and add an owner entry.
mount(MountOwner, VirtualFile, MountOption...) - Static method in class org.jboss.vfs.util.automount.Automounter
Mount provided VirtualFile (if not mounted) and add an owner entry.
mount(VirtualFile, FileSystem) - Static method in class org.jboss.vfs.VFS
Mount a filesystem on a mount point in the VFS.
mountAssembly(VirtualFileAssembly, VirtualFile) - Static method in class org.jboss.vfs.VFS
Create and mount an assembly file system, returning a single handle which will unmount and close the filesystem when closed.
MountHandle - Interface in org.jboss.vfs.spi
This class represents a handle to a mounted FileSystem.
MountOption - Enum in org.jboss.vfs.util.automount
Custom configurations to use when mounting archives through the Automounter.
MountOwner - Interface in org.jboss.vfs.util.automount
An owner of a reference to an automounted resource.
mountReal(File, VirtualFile) - Static method in class org.jboss.vfs.VFS
Create and mount a real file system, returning a single handle which will unmount and close the filesystem when closed.
mountTemp(VirtualFile, TempFileProvider) - Static method in class org.jboss.vfs.VFS
Create and mount a temporary file system, returning a single handle which will unmount and close the filesystem when closed.
mountZip(File, VirtualFile, TempFileProvider) - Static method in class org.jboss.vfs.VFS
Create and mount a zip file into the filesystem, returning a single handle which will unmount and close the file system when closed.
mountZip(InputStream, String, VirtualFile, TempFileProvider) - Static method in class org.jboss.vfs.VFS
Create and mount a zip file into the filesystem, returning a single handle which will unmount and close the file system when closed.
mountZip(VirtualFile, VirtualFile, TempFileProvider) - Static method in class org.jboss.vfs.VFS
Create and mount a zip file into the filesystem, returning a single handle which will unmount and close the file system when closed.
mountZipExpanded(File, VirtualFile, TempFileProvider) - Static method in class org.jboss.vfs.VFS
Create and mount an expanded zip file in a temporary file system, returning a single handle which will unmount and close the filesystem when closed.
mountZipExpanded(InputStream, String, VirtualFile, TempFileProvider) - Static method in class org.jboss.vfs.VFS
Create and mount an expanded zip file in a temporary file system, returning a single handle which will unmount and close the filesystem when closed.
mountZipExpanded(VirtualFile, VirtualFile, TempFileProvider) - Static method in class org.jboss.vfs.VFS
Create and mount an expanded zip file in a temporary file system, returning a single handle which will unmount and close the filesystem when closed.

N

newPermissionCollection() - Method in class org.jboss.vfs.VirtualFilePermission
 
notAFile(String) - Method in interface org.jboss.vfs.VFSMessages
 
nullArgument(String) - Method in interface org.jboss.vfs.VFSMessages
 
nullOrEmpty(String) - Method in interface org.jboss.vfs.VFSMessages
 

O

onCleanup() - Method in interface org.jboss.vfs.util.automount.MountOwner
A callback method allowing the mount owner to perform any addition cleanup specific to the owner type.
onCleanup() - Method in class org.jboss.vfs.util.automount.SimpleMountOwner
No-op cleanup method
onCleanup() - Method in class org.jboss.vfs.util.automount.VirtualFileOwner
A callback method allowing the mount owner to perform any addition cleanup specific to the owner type.
onRootPath() - Method in interface org.jboss.vfs.VFSMessages
 
openConnection(URL, Proxy) - Method in class org.jboss.vfs.protocol.AbstractLocalURLStreamHandler
 
openConnection(URL) - Method in class org.jboss.vfs.protocol.FileURLStreamHandler
 
openConnection(URL) - Method in class org.jboss.vfs.protocol.VirtualFileURLStreamHandler
 
openInputStream(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.AssemblyFileSystem
Open an input stream for the file at the given relative path.
openInputStream(VirtualFile, VirtualFile) - Method in interface org.jboss.vfs.spi.FileSystem
Open an input stream for the file at the given relative path.
openInputStream(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.JavaZipFileSystem
Open an input stream for the file at the given relative path.
openInputStream(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.RealFileSystem
Open an input stream for the file at the given relative path.
openInputStream(VirtualFile, VirtualFile) - Method in class org.jboss.vfs.spi.RootFileSystem
Open an input stream for the file at the given relative path.
openStream() - Method in class org.jboss.vfs.util.LazyInputStream
Open stream.
openStream() - Method in class org.jboss.vfs.VirtualFile
Access the file contents.
org.jboss.vfs - package org.jboss.vfs
 
org.jboss.vfs.protocol - package org.jboss.vfs.protocol
 
org.jboss.vfs.protocol.file - package org.jboss.vfs.protocol.file
 
org.jboss.vfs.protocol.vfs - package org.jboss.vfs.protocol.vfs
 
org.jboss.vfs.spi - package org.jboss.vfs.spi
 
org.jboss.vfs.util - package org.jboss.vfs.util
 
org.jboss.vfs.util.automount - package org.jboss.vfs.util.automount
 

P

PaddedManifestStream - Class in org.jboss.vfs.util
Appends a new line char to the stream if it doesn't have one as his last byte.
PaddedManifestStream(InputStream) - Constructor for class org.jboss.vfs.util.PaddedManifestStream
 
parentIsNotAncestor(VirtualFile) - Method in interface org.jboss.vfs.VFSMessages
 
PathTokenizer - Class in org.jboss.vfs.util
PathTokenizer.
preconfiguredAttributesAreImmutable() - Method in interface org.jboss.vfs.VFSMessages
 
problemCreatingNewDirectory(VirtualFile) - Method in interface org.jboss.vfs.VFSMessages
 

R

read() - Method in class org.jboss.vfs.util.LazyInputStream
 
read(byte[]) - Method in class org.jboss.vfs.util.LazyInputStream
 
read(byte[], int, int) - Method in class org.jboss.vfs.util.LazyInputStream
 
read() - Method in class org.jboss.vfs.util.PaddedManifestStream
 
read() - Method in class org.jboss.vfs.VirtualJarFileInputStream
read() - Method in class org.jboss.vfs.VirtualJarInputStream
*
read(byte[]) - Method in class org.jboss.vfs.VirtualJarInputStream
*
read(byte[], int, int) - Method in class org.jboss.vfs.VirtualJarInputStream
*
readManifest(VirtualFile) - Static method in class org.jboss.vfs.VFSUtils
Read the manifest from given manifest VirtualFile.
RealFileSystem - Class in org.jboss.vfs.spi
A real filesystem.
RealFileSystem(File) - Constructor for class org.jboss.vfs.spi.RealFileSystem
Construct a real filesystem with the given real root.
RealFileSystem(File, boolean) - Constructor for class org.jboss.vfs.spi.RealFileSystem
Construct a real filesystem with the given real root.
RECURSE - Static variable in class org.jboss.vfs.VisitorAttributes
Recurse and visit all non-leaf files
RECURSE_ALL - Static variable in class org.jboss.vfs.VisitorAttributes
A VirtualFileFilter than accepts any file
RECURSE_LEAVES_ONLY - Static variable in class org.jboss.vfs.VisitorAttributes
Recurse all non-leaf files but only visit leaves
recursiveCopy(File, File) - Static method in class org.jboss.vfs.VFSUtils
Recursively copy a file or directory from one location to another.
recursiveCopy(File, VirtualFile) - Static method in class org.jboss.vfs.VFSUtils
Recursively copy a file or directory from one location to another.
recursiveCopy(VirtualFile, File) - Static method in class org.jboss.vfs.VFSUtils
Recursively copy a file or directory from one location to another.
recursiveCopy(VirtualFile, VirtualFile) - Static method in class org.jboss.vfs.VFSUtils
Recursively copy a file or directory from one location to another.
recursiveDelete(File) - Static method in class org.jboss.vfs.VFSUtils
Attempt to recursively delete a real file.
recursiveDelete(VirtualFile) - Static method in class org.jboss.vfs.VFSUtils
Attempt to recursively delete a virtual file.
remoteHostAccessNotSupportedForUrls(String) - Method in interface org.jboss.vfs.VFSMessages
 
removeHandle(VirtualFile, Closeable) - Static method in class org.jboss.vfs.util.automount.Automounter
Remove handle from owner.
reset() - Method in class org.jboss.vfs.util.LazyInputStream
 
ROOT_INSTANCE - Static variable in class org.jboss.vfs.spi.RootFileSystem
 
ROOT_LOGGER - Static variable in interface org.jboss.vfs.VFSLogger
A logger with a category of the package name.
RootFileSystem - Class in org.jboss.vfs.spi
A special FileSystem which supports multiple roots.
rootFileSystemAlreadyMounted() - Method in interface org.jboss.vfs.VFSMessages
 

S

safeClose(Closeable) - Static method in class org.jboss.vfs.VFSUtils
Safely close some resource without throwing an exception.
safeClose(Closeable...) - Static method in class org.jboss.vfs.VFSUtils
Safely close some resource without throwing an exception.
safeClose(Iterable<? extends Closeable>) - Static method in class org.jboss.vfs.VFSUtils
Safely close some resources without throwing an exception.
safeClose(ZipFile) - Static method in class org.jboss.vfs.VFSUtils
Safely close some resource without throwing an exception.
sanitizeURL(URL) - Static method in class org.jboss.vfs.VFSUtils
Ensure the url is convertible to URI by encoding spaces and percent characters if necessary
setIgnoreErrors(boolean) - Method in class org.jboss.vfs.VisitorAttributes
Set the ignoreErrors.
setIncludeHidden(boolean) - Method in class org.jboss.vfs.VisitorAttributes
Set the includeHidden.
setIncludeRoot(boolean) - Method in class org.jboss.vfs.VisitorAttributes
Set the includeRoot.
setLeavesOnly(boolean) - Method in class org.jboss.vfs.VisitorAttributes
Set the leaves only.
setMatches(String[]) - Method in class org.jboss.vfs.util.ExtensibleFilter
 
setPrefixes(String[]) - Method in class org.jboss.vfs.util.ExtensibleFilter
 
setRecurseFilter(VirtualFileFilter) - Method in class org.jboss.vfs.VisitorAttributes
Set the recurse filter.
setSuffixes(String[]) - Method in class org.jboss.vfs.util.ExtensibleFilter
 
SimpleMountOwner - Class in org.jboss.vfs.util.automount
Simple mount owner wrapper relying on any object type as the owner.
SimpleMountOwner() - Constructor for class org.jboss.vfs.util.automount.SimpleMountOwner
Construct with a new object as the owner
SimpleMountOwner(Object) - Constructor for class org.jboss.vfs.util.automount.SimpleMountOwner
Construct with the provided object as the owner
skip(long) - Method in class org.jboss.vfs.util.LazyInputStream
 
skip(long) - Method in class org.jboss.vfs.VirtualJarInputStream
*
streamIsClosed() - Method in interface org.jboss.vfs.VFSMessages
 
SuffixesExcludeFilter - Class in org.jboss.vfs.util
Filters out a set of suffixes
SuffixesExcludeFilter(Collection<String>) - Constructor for class org.jboss.vfs.util.SuffixesExcludeFilter
Create a new SuffixMatchFilter,
SuffixMatchFilter - Class in org.jboss.vfs.util
Matches a file name against a list of suffixes.
SuffixMatchFilter(String) - Constructor for class org.jboss.vfs.util.SuffixMatchFilter
Create a new SuffixMatchFilter, using VisitorAttributes.DEFAULT
SuffixMatchFilter(String, VisitorAttributes) - Constructor for class org.jboss.vfs.util.SuffixMatchFilter
Create a new SuffixMatchFilter.
SuffixMatchFilter(Collection<String>) - Constructor for class org.jboss.vfs.util.SuffixMatchFilter
Create a new SuffixMatchFilter.
SuffixMatchFilter(Collection<String>, VisitorAttributes) - Constructor for class org.jboss.vfs.util.SuffixMatchFilter
Create a new SuffixMatchFilter.

T

TempDir - Class in org.jboss.vfs
A temporary directory which exists until it is closed, at which time its contents will be removed.
tempDirectoryClosed() - Method in interface org.jboss.vfs.VFSMessages
 
TempFileProvider - Class in org.jboss.vfs
A provider for temporary physical files and directories.
tempFileProviderClosed() - Method in interface org.jboss.vfs.VFSMessages
 
toString() - Method in class org.jboss.vfs.VFSInputSource
 
toString() - Method in class org.jboss.vfs.VirtualFile
Get a human-readable (but non-canonical) representation of this virtual file.
toURI(URL) - Static method in class org.jboss.vfs.protocol.AbstractURLConnection
 
toURI(URL) - Static method in class org.jboss.vfs.VFSUtils
Deal with urls that may include spaces.
toURI() - Method in class org.jboss.vfs.VirtualFile
Get file's current URI.
toURL() - Method in class org.jboss.vfs.VirtualFile
Get file's current URL.

U

unzip(File, File) - Static method in class org.jboss.vfs.VFSUtils
Expand a zip file to a destination directory.

V

VALID_FLAGS - Static variable in class org.jboss.vfs.VirtualFilePermission
The set of valid action flags for this permission.
valueOf(String) - Static method in enum org.jboss.vfs.util.automount.MountOption
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.vfs.util.automount.MountOption
Returns an array containing the constants of this enum type, in the order they are declared.
VFS - Class in org.jboss.vfs
Virtual File System
VFS_PROTOCOL - Static variable in class org.jboss.vfs.VFSUtils
Constant representing the URL vfs protocol
VFS_URL_HANDLER - Static variable in class org.jboss.vfs.VFSUtils
The URLStreamHandler for the 'vfs' protocol
VFSInputSource - Class in org.jboss.vfs
VFS based impl of InputSource.
VFSInputSource(VirtualFile) - Constructor for class org.jboss.vfs.VFSInputSource
 
VFSLogger - Interface in org.jboss.vfs
 
VFSMessages - Interface in org.jboss.vfs
 
vfsMountLeaked(VirtualFile, Throwable) - Method in interface org.jboss.vfs.VFSLogger
 
VfsUrlStreamHandlerFactory - Class in org.jboss.vfs.protocol
URLStreamHandlerFactory providing URLStreamHandlers for VFS based URLS.
VfsUrlStreamHandlerFactory() - Constructor for class org.jboss.vfs.protocol.VfsUrlStreamHandlerFactory
 
VFSUtils - Class in org.jboss.vfs
VFS Utilities
VirtualFile - Class in org.jboss.vfs
A virtual file.
VirtualFileAssembly - Class in org.jboss.vfs
Assembly of VirtualFiles that can be mounted into the VFS in a structure that is not required to match a real filesystem structure.
VirtualFileAssembly() - Constructor for class org.jboss.vfs.VirtualFileAssembly
 
VirtualFileFilter - Interface in org.jboss.vfs
A filter for virtual files
VirtualFileFilterWithAttributes - Interface in org.jboss.vfs
A filter for virtual files with attributes
VirtualFileOwner - Class in org.jboss.vfs.util.automount
Mount owner using a VirtualFile as the actual owner.
VirtualFileOwner(VirtualFile) - Constructor for class org.jboss.vfs.util.automount.VirtualFileOwner
Constructed with a VirtualFile owner
VirtualFilePermission - Class in org.jboss.vfs
A permission to a file on the virtual file system.
VirtualFilePermission(String, String) - Constructor for class org.jboss.vfs.VirtualFilePermission
Construct a new instance.
VirtualFilePermission(String, int) - Constructor for class org.jboss.vfs.VirtualFilePermission
Construct a new instance.
VirtualFileURLStreamHandler - Class in org.jboss.vfs.protocol
The VFS URL stream handler.
VirtualFileURLStreamHandler() - Constructor for class org.jboss.vfs.protocol.VirtualFileURLStreamHandler
 
VirtualFileVisitor - Interface in org.jboss.vfs
Visits a virtual file and its children
VirtualJarEntry(String, VirtualFile, Attributes) - Constructor for class org.jboss.vfs.VirtualJarInputStream.VirtualJarEntry
Construct a new
VirtualJarFileInputStream - Class in org.jboss.vfs
An input stream that can be used to wrap an VirtualJarInputStream (so any VFS dir) and produce a byte stream following the Zip standard.
VirtualJarFileInputStream(VirtualJarInputStream) - Constructor for class org.jboss.vfs.VirtualJarFileInputStream
Create with the minimum put length
VirtualJarFileInputStream(VirtualJarInputStream, int) - Constructor for class org.jboss.vfs.VirtualJarFileInputStream
Create with the a specified put size
VirtualJarInputStream - Class in org.jboss.vfs
Virtual JarInputStream used for representing any VFS directory as a JarInputStream.
VirtualJarInputStream(VirtualFile) - Constructor for class org.jboss.vfs.VirtualJarInputStream
Construct a VirtualJarInputStream from a VirtualFile root
VirtualJarInputStream.VirtualJarEntry - Class in org.jboss.vfs
Virtual JarEntry used for representing a child VirtualFile as a JarEntry.
visit(VirtualFile) - Method in class org.jboss.vfs.util.FilterVirtualFileVisitor
 
visit(VirtualFileVisitor) - Static method in class org.jboss.vfs.VFS
Visit the virtual file system from the root
visit(VirtualFile, VirtualFileVisitor) - Static method in class org.jboss.vfs.VFS
Visit the virtual file system
visit(VirtualFileVisitor) - Method in class org.jboss.vfs.VirtualFile
Visit the virtual file system
visit(VirtualFile) - Method in interface org.jboss.vfs.VirtualFileVisitor
Visit a virtual file
VisitorAttributes - Class in org.jboss.vfs
Attributes used when visiting a virtual file system
VisitorAttributes() - Constructor for class org.jboss.vfs.VisitorAttributes
 

W

writeFile(VirtualFile, byte[]) - Static method in class org.jboss.vfs.VFSUtils
Write the given bytes to the given virtual file, replacing its current contents (if any) or creating a new file if one does not exist.
writeFile(VirtualFile, InputStream) - Static method in class org.jboss.vfs.VFSUtils
Write the content from the given InputStream to the given virtual file, replacing its current contents (if any) or creating a new file if one does not exist.
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links
JBoss VFS 3.2.5.Final

Copyright © 2016 JBoss, A division of Red Hat, Inc. All rights reserved.