A B C D E F G H I J L M N O P R S T U V W Z

A

AbstractContextFactory - Class in org.jboss.virtual.plugins.context
Abstract context factory.
AbstractContextFactory(String...) - Constructor for class org.jboss.virtual.plugins.context.AbstractContextFactory
 
AbstractCopyMechanism - Class in org.jboss.virtual.plugins.copy
Copy mechanism to be used in VFSUtils.
AbstractCopyMechanism() - Constructor for class org.jboss.virtual.plugins.copy.AbstractCopyMechanism
 
AbstractExceptionHandler - Class in org.jboss.virtual.plugins.context
AbstractExceptionHandler
AbstractExceptionHandler() - Constructor for class org.jboss.virtual.plugins.context.AbstractExceptionHandler
 
AbstractJarHandler - Class in org.jboss.virtual.plugins.context.jar
AbstractJarHandler.
AbstractJarHandler(VFSContext, VirtualFileHandler, URL, JarFile, ZipEntry, String) - Constructor for class org.jboss.virtual.plugins.context.jar.AbstractJarHandler
Create a new JarHandler.
AbstractStructuredJarHandler<T> - Class in org.jboss.virtual.plugins.context.jar
AbstractStructuredJarHandler.
AbstractStructuredJarHandler(VFSContext, VirtualFileHandler, URL, JarFile, ZipEntry, String) - Constructor for class org.jboss.virtual.plugins.context.jar.AbstractStructuredJarHandler
Create a new JarHandler.
AbstractURIHandler - Class in org.jboss.virtual.plugins.context
URIHandler stub.
AbstractURIHandler(VFSContext, VirtualFileHandler, URI, String) - Constructor for class org.jboss.virtual.plugins.context.AbstractURIHandler
Create a newURLHandler.
AbstractURLHandler - Class in org.jboss.virtual.plugins.context
URLHandler.
AbstractURLHandler(VFSContext, VirtualFileHandler, URL, String) - Constructor for class org.jboss.virtual.plugins.context.AbstractURLHandler
Create a newURLHandler.
AbstractVFSCache - Class in org.jboss.virtual.plugins.cache
Abstract vfs cache.
AbstractVFSCache() - Constructor for class org.jboss.virtual.plugins.cache.AbstractVFSCache
 
AbstractVFSContext - Class in org.jboss.virtual.plugins.context
AbstractVFSContext.
AbstractVFSContext(URI) - Constructor for class org.jboss.virtual.plugins.context.AbstractVFSContext
Create a new AbstractVFSContext.
AbstractVFSContext(URL) - Constructor for class org.jboss.virtual.plugins.context.AbstractVFSContext
Create a new AbstractVFSContext.
AbstractVFSHandler - Class in org.jboss.virtual.protocol
VFS's file URL handler.
AbstractVFSHandler() - Constructor for class org.jboss.virtual.protocol.AbstractVFSHandler
 
AbstractVirtualFileFilterWithAttributes - Class in org.jboss.virtual.plugins.vfs.helpers
AbstractVirtualFileFilterWithAttributes
AbstractVirtualFileFilterWithAttributes() - Constructor for class org.jboss.virtual.plugins.vfs.helpers.AbstractVirtualFileFilterWithAttributes
Create a new AbstractVirtualFileFilterWithAttributes, using VisitorAttributes.DEFAULT
AbstractVirtualFileFilterWithAttributes(VisitorAttributes) - Constructor for class org.jboss.virtual.plugins.vfs.helpers.AbstractVirtualFileFilterWithAttributes
Create a new AbstractVirtualFileFilterWithAttributes.
AbstractVirtualFileHandler - Class in org.jboss.virtual.plugins.context
AbstractVirtualFileHandler.
AbstractVirtualFileHandler(VFSContext, VirtualFileHandler, String) - Constructor for class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
Create a new handler
AbstractVirtualFileHandlerVisitor - Class in org.jboss.virtual.plugins.vfs.helpers
AbstractVirtualFileVisitor.
AbstractVirtualFileHandlerVisitor() - Constructor for class org.jboss.virtual.plugins.vfs.helpers.AbstractVirtualFileHandlerVisitor
Create a new AbstractVirtualFileVisitor using the default visitor attributes
AbstractVirtualFileHandlerVisitor(VisitorAttributes) - Constructor for class org.jboss.virtual.plugins.vfs.helpers.AbstractVirtualFileHandlerVisitor
Create a new AbstractVirtualFileVisitor using the default visitor attributes
AbstractVirtualFileVisitor - Class in org.jboss.virtual.plugins.vfs.helpers
AbstractVirtualFileVisitor.
AbstractVirtualFileVisitor() - Constructor for class org.jboss.virtual.plugins.vfs.helpers.AbstractVirtualFileVisitor
Create a new AbstractVirtualFileVisitor using the default visitor attributes
AbstractVirtualFileVisitor(VisitorAttributes) - Constructor for class org.jboss.virtual.plugins.vfs.helpers.AbstractVirtualFileVisitor
Create a new AbstractVirtualFileVisitor using the default visitor attributes
accepts(VirtualFile) - Method in class org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter
If the filename matches any string in the prefix, suffix, or matches array, return false.
accepts(VirtualFile) - Method in class org.jboss.virtual.plugins.vfs.helpers.MatchAllVirtualFileFilter
 
accepts(VirtualFile) - Method in class org.jboss.virtual.plugins.vfs.helpers.SuffixesExcludeFilter
 
accepts(VirtualFile) - Method in class org.jboss.virtual.plugins.vfs.helpers.SuffixMatchFilter
Accept any file that ends with one of the filter suffixes.
accepts(VirtualFile) - Method in interface org.jboss.virtual.VirtualFileFilter
Match the virtual file
addBytes(byte[], String) - Method in class org.jboss.virtual.AssembledDirectory
Add raw bytes as a file to this assembled directory
addChild(VirtualFile) - Method in class org.jboss.virtual.AssembledDirectory
Add a VirtualFile as a child to this AssembledDirectory.
addChild(VirtualFile, String) - Method in class org.jboss.virtual.AssembledDirectory
Add a VirtualFile as a child to this AssembledDirectory.
addChild(VirtualFileHandler) - Method in interface org.jboss.virtual.plugins.context.HierarchyVirtualFileHandler
Add a child.
addChild(VirtualFileHandler) - Method in class org.jboss.virtual.plugins.context.jar.JarEntryContents
Add a child to an entry
addChild(VirtualFileHandler) - Method in class org.jboss.virtual.plugins.context.jar.JarEntryHandler
Add a child to an entry
addChild(VirtualFileHandler) - Method in class org.jboss.virtual.plugins.context.jar.SynthenticDirEntryHandler
Add a child to an entry
addChild(String, MemoryContextHandler) - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextHandler
 
addChild(VirtualFileHandler) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler
 
addClass(Class<?>) - Method in class org.jboss.virtual.AssembledDirectory
Find the underlying .class file representing this class and create it within this directory, along with its packages.
addClass(String) - Method in class org.jboss.virtual.AssembledDirectory
Find the underlying .class file representing this class and create it within this directory, along with its packages.
addClass(String, ClassLoader) - Method in class org.jboss.virtual.AssembledDirectory
Find the underlying .class file representing this class and create it within this directory, along with its packages.
addContext(VFSContext) - Method in class org.jboss.virtual.plugins.registry.DefaultVFSRegistry
 
addContext(VFSContext) - Method in class org.jboss.virtual.spi.registry.VFSRegistry
Add new vfs context.
addJarSuffix(String) - Static method in class org.jboss.virtual.plugins.context.jar.JarUtils
Add a jar suffix
addManifestLocations(VirtualFile, List<VirtualFile>) - Static method in class org.jboss.virtual.VFSUtils
Add manifest paths
addOption(String, Object) - Method in class org.jboss.virtual.plugins.context.DefaultOptions
 
addOption(String, Object) - Method in interface org.jboss.virtual.spi.Options
Set an option against the type.
addOptions(Map<String, ?>) - Method in class org.jboss.virtual.plugins.context.DefaultOptions
 
addOptions(Map<String, ?>) - Method in interface org.jboss.virtual.spi.Options
Add options.
addPath(VirtualFile) - Method in class org.jboss.virtual.AssembledDirectory
Add files recursively from root, using the no jars filter.
addPath(VirtualFile, VirtualFileFilter) - Method in class org.jboss.virtual.AssembledDirectory
Add files recursively from root, using the filter.
addPrefix(String) - Method in class org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter
 
addPrefixes(String[]) - Method in class org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter
 
addResource(String) - Method in class org.jboss.virtual.AssembledDirectory
Add a classloader found resource to as a child to this AssembledDirectory.
addResource(String, String) - Method in class org.jboss.virtual.AssembledDirectory
Add a classloader found resource to as a child to this AssembledDirectory.
addResource(String, ClassLoader) - Method in class org.jboss.virtual.AssembledDirectory
Add a classloader found resource to as a child to this AssembledDirectory.
addResource(URL) - Method in class org.jboss.virtual.AssembledDirectory
Add a resource identified by the URL as a child to this AssembledDirectory.
addResource(String, ClassLoader, String) - Method in class org.jboss.virtual.AssembledDirectory
Add a classloader found resource to as a child to this AssembledDirectory.
addResources(Class<?>, String[], String[]) - Method in class org.jboss.virtual.AssembledDirectory
Locate the .class resource of baseResource.
addResources(String, String[], String[]) - Method in class org.jboss.virtual.AssembledDirectory
From the baseResource, determine the base of that resource i.e.
addResources(String, String[], String[], ClassLoader) - Method in class org.jboss.virtual.AssembledDirectory
From the baseResource, determine the base of that resource i.e.
addSuffix(String) - Method in class org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter
 
addSuffixes(String[]) - Method in class org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter
 
addTempInfo(TempInfo) - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
 
addTempInfo(TempInfo) - Method in interface org.jboss.virtual.spi.VFSContext
Add temp info.
antMatch(String, String) - Static method in class org.jboss.virtual.AssembledDirectory
Determine whether a given file path matches an Ant pattern.
applySpecialPaths(String) - Static method in class org.jboss.virtual.plugins.vfs.helpers.PathTokenizer
Apply any .
Assembled - Annotation Type in org.jboss.virtual.plugins.context.vfs
Marker annotation
AssembledContext - Class in org.jboss.virtual.plugins.context.vfs
AssembledContext.
AssembledContext(String, String) - Constructor for class org.jboss.virtual.plugins.context.vfs.AssembledContext
 
AssembledContextFactory - Class in org.jboss.virtual.plugins.context.vfs
Factory for creating AssembledDirectory.
AssembledContextFactory() - Constructor for class org.jboss.virtual.plugins.context.vfs.AssembledContextFactory
 
AssembledDirectory - Class in org.jboss.virtual
Extension of VirtualFile that represents a virtual directory that can be composed of arbitrary files and resources spread throughout the file system or embedded in jar files.
AssembledDirectory(AssembledDirectoryHandler) - Constructor for class org.jboss.virtual.AssembledDirectory
 
AssembledDirectoryHandler - Class in org.jboss.virtual.plugins.context.vfs
The assembled directory handler.
AssembledDirectoryHandler(VFSContext, AssembledDirectoryHandler, String) - Constructor for class org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler
 
AssembledFileHandler - Class in org.jboss.virtual.plugins.context.vfs
The assembled file handler.
AssembledFileHandler(VFSContext, AssembledDirectoryHandler, String, VirtualFileHandler) - Constructor for class org.jboss.virtual.plugins.context.vfs.AssembledFileHandler
 
AssembledUrlStreamHandler - Class in org.jboss.virtual.plugins.context.vfs
Used when creating VFS urls so we don't have to go through the handlers all the time
AssembledUrlStreamHandler(VFSContext) - Constructor for class org.jboss.virtual.plugins.context.vfs.AssembledUrlStreamHandler
 
available() - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryInputStream
 

B

BasicTempInfo - Class in org.jboss.virtual.plugins.context.temp
BasicTempInfo
BasicTempInfo(String, File, VirtualFileHandler) - Constructor for class org.jboss.virtual.plugins.context.temp.BasicTempInfo
 
buildParents(String, Map<String, VirtualFileHandler>, ZipEntryWrapper<T>) - Method in class org.jboss.virtual.plugins.context.jar.AbstractStructuredJarHandler
Create any missing parents.
ByteArrayHandler - Class in org.jboss.virtual.plugins.context.vfs
ByteArrayHandler.
ByteArrayHandler(VFSContext, VirtualFileHandler, String, byte[]) - Constructor for class org.jboss.virtual.plugins.context.vfs.ByteArrayHandler
 

C

cachedLastModified - Variable in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
The cached last modified
CachePolicyVFSCache<T extends org.jboss.util.CachePolicy> - Class in org.jboss.virtual.plugins.cache
Cache policy vfs cache.
CachePolicyVFSCache() - Constructor for class org.jboss.virtual.plugins.cache.CachePolicyVFSCache
 
CachePolicyVFSCache(Map<Object, Object>) - Constructor for class org.jboss.virtual.plugins.cache.CachePolicyVFSCache
 
CacheStatistics - Interface in org.jboss.virtual.spi.cache
Simple vfs cache statistics
CASE_SENSITIVE_QUERY - Static variable in class org.jboss.virtual.VFSUtils
 
check() - Method in class org.jboss.virtual.plugins.cache.AbstractVFSCache
Is cache valid.
check() - Method in class org.jboss.virtual.plugins.cache.CachePolicyVFSCache
 
check() - Method in class org.jboss.virtual.plugins.cache.MapVFSCache
 
checkClosed() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
Check whether we are closed
checkParentExists() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
Check if parent exists.
checkStreams() - Method in class org.jboss.virtual.VirtualFile
Check if streams set exist.
cleanup() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
 
cleanup() - Method in class org.jboss.virtual.plugins.context.DelegatingHandler
 
cleanup() - Method in class org.jboss.virtual.plugins.context.file.FileHandler
 
cleanup() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarHandler
 
cleanup() - Method in class org.jboss.virtual.plugins.context.temp.BasicTempInfo
 
cleanup() - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryHandler
 
cleanup() - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryTempInfo
 
cleanup() - Method in interface org.jboss.virtual.spi.TempInfo
Do temp info cleanup.
cleanup() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Cleanup resources.
cleanup() - Method in class org.jboss.virtual.VirtualFile
Do file cleanup.
cleanupTempInfo(String) - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
 
cleanupTempInfo(String) - Method in class org.jboss.virtual.plugins.copy.TempContext
 
cleanupTempInfo(String) - Method in interface org.jboss.virtual.spi.VFSContext
Cleanup all temp infos under path param.
clearSuffixes() - Static method in class org.jboss.virtual.plugins.context.jar.JarUtils
Clear the list of suffixes
close() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
 
close() - Method in class org.jboss.virtual.plugins.context.DelegatingHandler
 
close() - Method in class org.jboss.virtual.plugins.context.jar.JarEntryContents
 
close() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
 
close() - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryInputStream
Close this stream and release zipWrapper
close() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Close the resources
close() - Method in class org.jboss.virtual.VirtualFile
Close the file resources (stream, etc.)
closeStreams() - Method in class org.jboss.virtual.VirtualFile
Close the streams
CombinedVFSCache - Class in org.jboss.virtual.plugins.cache
Combined vfs cache - permanent entries + real cache.
CombinedVFSCache() - Constructor for class org.jboss.virtual.plugins.cache.CombinedVFSCache
 
connect() - Method in class org.jboss.virtual.plugins.vfs.VirtualFileURLConnection
 
copy(VirtualFile, VirtualFileHandler) - Method in class org.jboss.virtual.plugins.copy.AbstractCopyMechanism
 
copy(File, VirtualFileHandler) - Method in class org.jboss.virtual.plugins.copy.AbstractCopyMechanism
Copy handler.
copy(VirtualFile, VirtualFileHandler) - Method in interface org.jboss.virtual.plugins.copy.CopyMechanism
Copy handler.
copy(VirtualFile, CopyMechanism) - Static method in class org.jboss.virtual.VFSUtils
Create temp.
CopyMechanism - Interface in org.jboss.virtual.plugins.copy
Copy mechanism to be used in VFSUtils.
copyStream(InputStream, OutputStream) - Static method in class org.jboss.virtual.VFSUtils
Copy input stream to output stream without closing streams.
copyStreamAndClose(InputStream, OutputStream) - Static method in class org.jboss.virtual.VFSUtils
Copy input stream to output stream and close them both
create() - Method in class org.jboss.virtual.plugins.cache.CombinedVFSCache
Check at create.
create(VFSContext, VirtualFileHandler, JarFile, ZipEntry, URL, String) - Static method in class org.jboss.virtual.plugins.context.jar.NestedJarHandler
 
create(String, String) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledContextFactory
Creates an assembly returning the root AssembledDirectory .
create(String) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledContextFactory
Creates an assembly returning the root AssembledDirectory .
create(URL, ArchiveBrowser.Filter) - Method in class org.jboss.virtual.plugins.context.VfsArchiveBrowserFactory
Deprecated.  
createAssembledDirectory(String, String) - Static method in class org.jboss.virtual.AssembledDirectory
Create assembled directory.
createCachePolicy() - Method in class org.jboss.virtual.plugins.cache.CachePolicyVFSCache
Create cache policy.
createCachePolicy() - Method in class org.jboss.virtual.plugins.cache.LRUVFSCache
 
createCachePolicy() - Method in class org.jboss.virtual.plugins.cache.TimedVFSCache
 
createChildHandler(String) - Method in class org.jboss.virtual.plugins.context.file.FileHandler
 
createChildHandler(String) - Method in class org.jboss.virtual.plugins.context.file.LinkHandler
 
createChildHandler(String) - Method in class org.jboss.virtual.plugins.context.jar.AbstractStructuredJarHandler
 
createChildHandler(String) - Method in class org.jboss.virtual.plugins.context.jar.JarEntryContents
 
createChildHandler(String) - Method in class org.jboss.virtual.plugins.context.jar.JarEntryHandler
 
createChildHandler(String) - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
 
createChildHandler(String) - Method in class org.jboss.virtual.plugins.context.jar.SynthenticDirEntryHandler
Create a child handler for the given name.
createChildHandler(String) - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextHandler
Called by structuredFindChild
createChildHandler(String) - Method in interface org.jboss.virtual.plugins.context.StructuredVirtualFileHandler
Create a virtual file context
createChildHandler(String) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler
 
createChildHandler(String) - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryHandler
 
createCopy(File, VirtualFileHandler) - Method in class org.jboss.virtual.plugins.copy.AbstractCopyMechanism
Create copy destination.
createCopy(File, VirtualFileHandler) - Method in class org.jboss.virtual.plugins.copy.ExactCopyMechanism
 
createDirectory(URL) - Static method in class org.jboss.virtual.MemoryFileFactory
Create memory directory.
createDirectory(URL) - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextFactory
Creates a 'directory' within the context determined by the url host part
createJarURL(URL) - Static method in class org.jboss.virtual.plugins.context.jar.JarUtils
Create a jar url from a normal url
createLinkHandler(VirtualFileHandler, String, URI) - Method in class org.jboss.virtual.plugins.context.file.LinkHandler
 
createMap() - Method in class org.jboss.virtual.plugins.cache.MapVFSCache
Create cache map.
createMap() - Method in class org.jboss.virtual.plugins.cache.SoftRefVFSCache
 
createMap() - Method in class org.jboss.virtual.plugins.cache.WeakRefVFSCache
 
createNewOptions() - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
Create options.
createNewRoot(URI) - Static method in class org.jboss.virtual.VFS
Create new root
createNewRoot(URL) - Static method in class org.jboss.virtual.VFS
Create new root
createRoot(URI) - Static method in class org.jboss.virtual.MemoryFileFactory
Create the memory root.
createRoot(URL) - Static method in class org.jboss.virtual.MemoryFileFactory
Create root vfs.
createRoot(URL) - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextFactory
Creates a new root MemoryContext, or returns an already exixting one of one already exists for the name
createSynthenticParent(VirtualFileHandler, String, ZipEntryWrapper<T>) - Method in class org.jboss.virtual.plugins.context.jar.AbstractStructuredJarHandler
 
createTempDirectory(File, String) - Static method in class org.jboss.virtual.plugins.copy.AbstractCopyMechanism
Create the temp directory.
createVirtualFileHandler(VirtualFileHandler, File) - Method in class org.jboss.virtual.plugins.context.file.FileSystemContext
Create a new virtual file handler
createVirtualFileHandler(VirtualFileHandler, File, URI) - Method in class org.jboss.virtual.plugins.context.file.FileSystemContext
Create a new virtual file handler
createVirtualFileHandler(VirtualFileHandler, ZipEntryWrapper<T>, String) - Method in class org.jboss.virtual.plugins.context.jar.AbstractStructuredJarHandler
Create a new virtual file handler
createVirtualFileHandler(VirtualFileHandler, URL) - Method in class org.jboss.virtual.plugins.context.jar.JarContext
Create a new virtual file handler
createVirtualFileHandler(VirtualFileHandler, ZipEntryWrapper<byte[]>, String) - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
 
createZipSource(String) - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryContext
Create zip source.

D

decode(String) - Static method in class org.jboss.virtual.VFSUtils
Decode the path with UTF-8 encoding..
decode(String, String) - Static method in class org.jboss.virtual.VFSUtils
Decode the path.
decrement() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
Decrement the reference count
DEFAULT - Static variable in class org.jboss.virtual.VisitorAttributes
The default attributes - visit nothing both leaves, non-leaves, no recursion
DEFAULT_FACTORY_PROPERTY - Static variable in class org.jboss.virtual.spi.VFSContextFactoryLocator
The system property that defines the default file factory
DefaultOptions - Class in org.jboss.virtual.plugins.context
Options impl.
DefaultOptions() - Constructor for class org.jboss.virtual.plugins.context.DefaultOptions
 
DefaultVFSRegistry - Class in org.jboss.virtual.plugins.registry
Default vfs registry.
DefaultVFSRegistry() - Constructor for class org.jboss.virtual.plugins.registry.DefaultVFSRegistry
 
DelegatingHandler - Class in org.jboss.virtual.plugins.context
A delegating VirtualFileHandler that allows for overriding the delegate parent and name.
DelegatingHandler(VFSContext, VirtualFileHandler, String) - Constructor for class org.jboss.virtual.plugins.context.DelegatingHandler
Create a DelegatingHandler without a delegate - which will have to be set afterwards
DelegatingHandler(VFSContext, VirtualFileHandler, String, VirtualFileHandler) - Constructor for class org.jboss.virtual.plugins.context.DelegatingHandler
Create a DelegatingHandler
delete(URL) - Static method in class org.jboss.virtual.MemoryFileFactory
Delete.
delete(int) - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
Delete the file represented by this handler.
delete(int) - Method in class org.jboss.virtual.plugins.context.DelegatingHandler
 
delete(int) - Method in class org.jboss.virtual.plugins.context.file.FileHandler
 
delete(int) - Method in class org.jboss.virtual.plugins.context.jar.JarEntryContents
 
delete(String) - Method in class org.jboss.virtual.plugins.context.jar.JarEntryHandler
 
delete(int) - Method in class org.jboss.virtual.plugins.context.jar.JarHandler
 
delete(int) - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
 
delete(int) - Method in class org.jboss.virtual.plugins.context.jar.NestedJarHandler
 
delete(int) - Method in class org.jboss.virtual.plugins.context.jar.NoCopyNestedJarHandler
 
delete(int) - Method in class org.jboss.virtual.plugins.context.jar.SynthenticDirEntryHandler
 
delete(URL) - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextFactory
Deletes a 'file' or a 'directory'
delete(int) - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryHandler
 
delete(int) - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Delete a file represented by this handler
delete() - Method in class org.jboss.virtual.VirtualFile
Delete this virtual file
delete(int) - Method in class org.jboss.virtual.VirtualFile
Delete this virtual file
deleteFile(ZipFileWrapper) - Method in class org.jboss.virtual.plugins.context.zip.ZipFileLockReaper
 
deleteRoot(URL) - Static method in class org.jboss.virtual.MemoryFileFactory
Delete root.
deleteRoot(URL) - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextFactory
Deletes a root MemoryContext
delPrefix(String) - Method in class org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter
 
delPrefixes(String[]) - Method in class org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter
 
delSuffix(String) - Method in class org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter
 
delSuffixes(String[]) - Method in class org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter
 
disableCaseSensitive(VirtualFile) - Static method in class org.jboss.virtual.VFSUtils
Disable case sensitive for file param.
disableCaseSensitive(VFS) - Static method in class org.jboss.virtual.VFSUtils
Disable case sensitive for vfs param.
disableCopy(VirtualFile) - Static method in class org.jboss.virtual.VFSUtils
Disable copy for file param.
disableCopy(VFS) - Static method in class org.jboss.virtual.VFSUtils
Disable copy for vfs param.
disableNoReaper(VirtualFile) - Static method in class org.jboss.virtual.VFSUtils
Disable reaper for file param.
disableNoReaper(VFS) - Static method in class org.jboss.virtual.VFSUtils
Disable reaper for vfs param.
disableOption(VirtualFile, String) - Static method in class org.jboss.virtual.VFSUtils
Disable option.
disableOption(VFS, String) - Static method in class org.jboss.virtual.VFSUtils
Disable option.
doClose() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
The real close
doClose() - Method in class org.jboss.virtual.plugins.context.file.LinkHandler
 
doCopy(File, VirtualFileHandler) - Method in class org.jboss.virtual.plugins.copy.AbstractCopyMechanism
Do copy.
doCopy(File, VirtualFileHandler) - Method in class org.jboss.virtual.plugins.copy.ExactCopyMechanism
 
doCopy(File, VirtualFileHandler) - Method in class org.jboss.virtual.plugins.copy.ExplodedCopyMechanism
 
doCopy(File, VirtualFileHandler) - Method in class org.jboss.virtual.plugins.copy.UnjarCopyMechanism
 

E

enableCaseSensitive(VirtualFile) - Static method in class org.jboss.virtual.VFSUtils
Enable case sensitive for file param.
enableCaseSensitive(VFS) - Static method in class org.jboss.virtual.VFSUtils
Enable case sensitive for vfs param.
enableCopy(VirtualFile) - Static method in class org.jboss.virtual.VFSUtils
Enable copy for file param.
enableCopy(VFS) - Static method in class org.jboss.virtual.VFSUtils
Enable copy for vfs param.
enableNoReaper(VirtualFile) - Static method in class org.jboss.virtual.VFSUtils
Enable reaper for file param.
enableNoReaper(VFS) - Static method in class org.jboss.virtual.VFSUtils
Enable reaper for vfs param.
enableOption(VirtualFile, String) - Static method in class org.jboss.virtual.VFSUtils
Enable option.
enableOption(VFS, String) - Static method in class org.jboss.virtual.VFSUtils
Enable option.
entryPath(String) - Static method in class org.jboss.virtual.plugins.context.jar.JarContext
 
equals(Object) - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
 
equals(Object) - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
 
equals(Object) - Method in class org.jboss.virtual.plugins.context.DelegatingHandler
 
equals(Object) - Method in class org.jboss.virtual.VFS
 
equals(Object) - Method in class org.jboss.virtual.VirtualFile
 
exactCopy(File, VirtualFileHandler) - Static method in class org.jboss.virtual.plugins.copy.AbstractCopyMechanism
Exact copy.
ExactCopyMechanism - Class in org.jboss.virtual.plugins.copy
Excat copy mechanism.
ExactCopyMechanism() - Constructor for class org.jboss.virtual.plugins.copy.ExactCopyMechanism
 
ExceptionHandler - Interface in org.jboss.virtual.spi
VFS exception handler.
exists() - Method in class org.jboss.virtual.plugins.context.AbstractURLHandler
Basis existence on URLConnection.getLastModified() != 0.
exists() - Method in class org.jboss.virtual.plugins.context.DelegatingHandler
 
exists() - Method in class org.jboss.virtual.plugins.context.file.FileHandler
 
exists(File) - Method in class org.jboss.virtual.plugins.context.file.FileSystemContext
Tests if file exists taking case sensitivity into account - if it's enabled
exists() - Method in class org.jboss.virtual.plugins.context.jar.JarEntryContents
TODO: removing the entry/jar that resulted in this needs to be detected.
exists() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
TODO: removing the entry/jar that resulted in this needs to be detected.
exists() - Method in class org.jboss.virtual.plugins.context.jar.SynthenticDirEntryHandler
TODO: removing the entry/jar that resulted in this needs to be detected.
exists() - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextHandler
 
exists() - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler
 
exists() - Method in class org.jboss.virtual.plugins.context.vfs.ByteArrayHandler
 
exists() - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryHandler
 
exists() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Tests whether the underlying implementation file still exists.
exists() - Method in class org.jboss.virtual.VirtualFile
Tests whether the underlying implementation file still exists.
explode(File, VirtualFileHandler) - Static method in class org.jboss.virtual.plugins.copy.AbstractCopyMechanism
Explode the root into file.
explode(VirtualFile) - Static method in class org.jboss.virtual.VFSUtils
Force explode.
ExplodedCopyMechanism - Class in org.jboss.virtual.plugins.copy
Explode any archive into temp dir.
ExplodedCopyMechanism() - Constructor for class org.jboss.virtual.plugins.copy.ExplodedCopyMechanism
 
ExtensibleFilter - Class in org.jboss.virtual.plugins.vfs.helpers
An extensible filter for VFS files.
ExtensibleFilter() - Constructor for class org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter
Use the default values for suffixes, prefixes, and matches
ExtensibleFilter(String[], String[], String[]) - Constructor for class org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter
Create using a custom set of matches, prefixes, and suffixes.
extractJarName(String) - Static method in class org.jboss.virtual.plugins.context.jar.JarContext
Extract jar name.
extraWrapperInfo(ZipEntryWrapper<T>) - Method in class org.jboss.virtual.plugins.context.jar.AbstractStructuredJarHandler
Handle additional information about wrapper.
extraWrapperInfo(ZipEntryWrapper<byte[]>) - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
 

F

file - Variable in class org.jboss.virtual.plugins.vfs.VirtualFileURLConnection
 
FILE_PROTOCOL - Static variable in class org.jboss.virtual.VFSUtils
Constant representing the URL file protocol
FileHandler - Class in org.jboss.virtual.plugins.context.file
FileHandler.
FileHandler(FileSystemContext, VirtualFileHandler, File, URL) - Constructor for class org.jboss.virtual.plugins.context.file.FileHandler
Create a new FileHandler.
FileHandler(FileSystemContext, VirtualFileHandler, File, URI) - Constructor for class org.jboss.virtual.plugins.context.file.FileHandler
Create a new FileHandler
FileSystemContext - Class in org.jboss.virtual.plugins.context.file
FileSystemContext.
FileSystemContext(URL) - Constructor for class org.jboss.virtual.plugins.context.file.FileSystemContext
Create a new FileSystemContext.
FileSystemContext(URI) - Constructor for class org.jboss.virtual.plugins.context.file.FileSystemContext
Create a new FileSystemContext.
FileSystemContext(File) - Constructor for class org.jboss.virtual.plugins.context.file.FileSystemContext
Create a new FileSystemContext.
FileSystemContextFactory - Class in org.jboss.virtual.plugins.context.file
A file system context factory
FileSystemContextFactory() - Constructor for class org.jboss.virtual.plugins.context.file.FileSystemContextFactory
 
FilterVirtualFileVisitor - Class in org.jboss.virtual.plugins.vfs.helpers
A visitor based on a virtual file filter
FilterVirtualFileVisitor(VirtualFileFilter) - Constructor for class org.jboss.virtual.plugins.vfs.helpers.FilterVirtualFileVisitor
Create a new FilterVirtualFileVisitor with default attributes
FilterVirtualFileVisitor(VirtualFileFilter, VisitorAttributes) - Constructor for class org.jboss.virtual.plugins.vfs.helpers.FilterVirtualFileVisitor
Create a new FilterVirtualFileVisitor.
finalize() - Method in class org.jboss.virtual.plugins.context.jar.JarContext
 
finalize() - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryContext
Properly release held resources
finalize() - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryInputStream
Properly release held resources
find(String) - Static method in class org.jboss.virtual.MemoryFileFactory
Find host's VFS.
find(String) - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextFactory
Gets hold of a root MemoryContext
find(String) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledContextFactory
Find an assembly.
findChild(String) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler
 
findChild(String) - Method in class org.jboss.virtual.VFS
Deprecated. use getChild, and handle null if not found
findChild(String) - Method in class org.jboss.virtual.VirtualFile
Deprecated. use getChild, and handle null if not found
findChildHandler(String) - Method in class org.jboss.virtual.plugins.context.jar.JarEntryContents
Find the handler.
findContext(URL) - Method in class org.jboss.virtual.plugins.cache.AbstractVFSCache
 
findContext(URI) - Method in class org.jboss.virtual.plugins.cache.CombinedVFSCache
 
findContext(URL) - Method in class org.jboss.virtual.plugins.cache.CombinedVFSCache
 
findContext(URI) - Method in class org.jboss.virtual.plugins.cache.IterableTimedVFSCache
 
findContext(URI) - Method in class org.jboss.virtual.plugins.cache.IterableVFSCache
 
findContext(URI) - Method in class org.jboss.virtual.plugins.cache.PathMatchingVFSCache
Match the uri's path with cached contexts path.
findContext(URI) - Method in class org.jboss.virtual.spi.cache.helpers.NoopVFSCache
 
findContext(URL) - Method in class org.jboss.virtual.spi.cache.helpers.NoopVFSCache
 
findContext(URI) - Method in interface org.jboss.virtual.spi.cache.VFSCache
Find the context based on uri.
findContext(URL) - Method in interface org.jboss.virtual.spi.cache.VFSCache
Find the context based on url.
findEntry(InputStream, String, ZipEntryContext.RealURLInfo) - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryContext
Find exact entry.
findHandler(VirtualFileHandler, String, boolean) - Method in class org.jboss.virtual.plugins.registry.DefaultVFSRegistry
Find the handler.
fixName(String) - Static method in class org.jboss.virtual.VFSUtils
Fix a name (removes any trailing slash)
flush() - Method in class org.jboss.virtual.plugins.cache.CachePolicyVFSCache
 
flush() - Method in class org.jboss.virtual.plugins.cache.CombinedVFSCache
 
flush() - Method in class org.jboss.virtual.plugins.cache.MapVFSCache
 
flush() - Method in class org.jboss.virtual.spi.cache.helpers.NoopVFSCache
 
flush() - Method in interface org.jboss.virtual.spi.cache.VFSCache
Flush the cache.
FORCE_CASE_SENSITIVE_KEY - Static variable in class org.jboss.virtual.VFSUtils
Key used to force case sensitive path checking in vfsfile
FORCE_COPY_KEY - Static variable in class org.jboss.virtual.VFSUtils
The system no force copy key / query
FORCE_NO_REAPER_KEY - Static variable in class org.jboss.virtual.VFSUtils
Key used to turn off reaper mode in vfszip - forcing synchronous (slower) handling of files
FORCE_VFS_JAR_KEY - Static variable in class org.jboss.virtual.VFSUtils
Key used to force fallback from vfszip (default) to vfsjar
fromURL(URL) - Static method in class org.jboss.virtual.plugins.context.jar.AbstractJarHandler
Convert a URL into a JarFIle
fromVFS(URL) - Static method in class org.jboss.virtual.plugins.context.AbstractContextFactory
Check if URL param is already VFS URL.
fromVFS(URI) - Static method in class org.jboss.virtual.plugins.context.AbstractContextFactory
Check if URI param is already VFS URI.

G

getAggregatedOptions() - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryContext
Returns aggregated options.
getAttributes() - Method in class org.jboss.virtual.plugins.vfs.helpers.AbstractVirtualFileFilterWithAttributes
 
getAttributes() - Method in class org.jboss.virtual.plugins.vfs.helpers.AbstractVirtualFileHandlerVisitor
 
getAttributes() - Method in class org.jboss.virtual.plugins.vfs.helpers.AbstractVirtualFileVisitor
 
getAttributes() - Method in class org.jboss.virtual.plugins.vfs.helpers.WrappingVirtualFileHandlerVisitor
 
getAttributes() - Method in interface org.jboss.virtual.spi.VirtualFileHandlerVisitor
Get the search attribues for this visitor
getAttributes() - Method in interface org.jboss.virtual.VirtualFileFilterWithAttributes
Get the attributes for this filter
getAttributes() - Method in interface org.jboss.virtual.VirtualFileVisitor
Get the search attribues for this visitor
getBooleanOption(String) - Method in class org.jboss.virtual.plugins.context.DefaultOptions
 
getBooleanOption(String) - Method in interface org.jboss.virtual.spi.Options
Get boolean option.
getByteStream() - Method in class org.jboss.virtual.VFSInputSource
 
getCache() - Method in class org.jboss.virtual.plugins.registry.DefaultVFSRegistry
Get vfs cache.
getCachedContexts() - Method in class org.jboss.virtual.plugins.cache.CachePolicyVFSCache
 
getCachedContexts() - Method in class org.jboss.virtual.plugins.cache.CombinedVFSCache
 
getCachedContexts() - Method in class org.jboss.virtual.plugins.cache.MapVFSCache
 
getCachedContexts() - Method in class org.jboss.virtual.plugins.cache.TimedVFSCache
 
getCachedContexts() - Method in interface org.jboss.virtual.spi.cache.CacheStatistics
Get cached contexts.
getCacheName() - Method in class org.jboss.virtual.plugins.cache.IterableTimedVFSCache
 
getCacheName() - Method in class org.jboss.virtual.plugins.cache.TimedVFSCache
Get the cache name.
getCharacterStream() - Method in class org.jboss.virtual.VFSInputSource
 
getChild(VirtualFileHandler, String) - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
 
getChild(String) - Method in class org.jboss.virtual.plugins.context.DelegatingHandler
 
getChild(String) - Method in class org.jboss.virtual.plugins.context.file.FileHandler
 
getChild(String) - Method in class org.jboss.virtual.plugins.context.file.LinkHandler
 
getChild(String) - Method in class org.jboss.virtual.plugins.context.jar.AbstractStructuredJarHandler
 
getChild(String) - Method in class org.jboss.virtual.plugins.context.jar.JarEntryContents
 
getChild(String) - Method in class org.jboss.virtual.plugins.context.jar.JarEntryHandler
 
getChild(String) - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
 
getChild(String) - Method in class org.jboss.virtual.plugins.context.jar.NoCopyNestedJarHandler
 
getChild(String) - Method in class org.jboss.virtual.plugins.context.jar.SynthenticDirEntryHandler
 
getChild(String) - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextHandler
 
getChild(String) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler
 
getChild(String) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledFileHandler
 
getChild(String) - Method in class org.jboss.virtual.plugins.context.vfs.ByteArrayHandler
 
getChild(String) - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryHandler
 
getChild(VirtualFileHandler, String) - Method in interface org.jboss.virtual.spi.VFSContext
Get a child
getChild(String) - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Get a child
getChild(String) - Method in class org.jboss.virtual.VFS
Get a child
getChild(String) - Method in class org.jboss.virtual.VirtualFile
Get a child
getChildPathName(String, boolean) - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
Get child path name.
getChildren(VirtualFileHandler, boolean) - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
 
getChildren(boolean) - Method in class org.jboss.virtual.plugins.context.DelegatingHandler
 
getChildren(boolean) - Method in class org.jboss.virtual.plugins.context.file.FileHandler
 
getChildren(boolean) - Method in class org.jboss.virtual.plugins.context.file.LinkHandler
 
getChildren(boolean) - Method in class org.jboss.virtual.plugins.context.jar.AbstractStructuredJarHandler
 
getChildren(boolean) - Method in class org.jboss.virtual.plugins.context.jar.JarEntryContents
 
getChildren(boolean) - Method in class org.jboss.virtual.plugins.context.jar.JarEntryHandler
 
getChildren(boolean) - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
 
getChildren(boolean) - Method in class org.jboss.virtual.plugins.context.jar.NoCopyNestedJarHandler
 
getChildren(boolean) - Method in class org.jboss.virtual.plugins.context.jar.SynthenticDirEntryHandler
 
getChildren(boolean) - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextHandler
 
getChildren(boolean) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler
 
getChildren(boolean) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledFileHandler
 
getChildren(boolean) - Method in class org.jboss.virtual.plugins.context.vfs.ByteArrayHandler
 
getChildren(VirtualFileHandler, boolean) - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryContext
Returns a list of children for a given parent
getChildren(boolean) - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryHandler
 
getChildren(VirtualFileHandler, boolean) - Method in interface org.jboss.virtual.spi.VFSContext
Get the children
getChildren(boolean) - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Get the children
getChildren() - Method in class org.jboss.virtual.VFS
Get the children
getChildren(VirtualFileFilter) - Method in class org.jboss.virtual.VFS
Get the children
getChildren() - Method in class org.jboss.virtual.VirtualFile
Get the children
getChildren(VirtualFileFilter) - Method in class org.jboss.virtual.VirtualFile
Get the children
getChildrenRecursively() - Method in class org.jboss.virtual.VFS
Get all the children recursively
getChildrenRecursively(VirtualFileFilter) - Method in class org.jboss.virtual.VFS
Get all the children recursively
getChildrenRecursively() - Method in class org.jboss.virtual.VirtualFile
Get all the children recursively
getChildrenRecursively(VirtualFileFilter) - Method in class org.jboss.virtual.VirtualFile
Get all the children recursively
getChildURL(VirtualFileHandler, String) - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
Construct a URL from a given parent and a name
getChildVfsUrl(String, boolean) - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
Get child url.
getCompatibleURI(VirtualFile) - Static method in class org.jboss.virtual.VFSUtils
Get spec compatilbe uri from virtual file.
getCompatibleURL(VirtualFile) - Static method in class org.jboss.virtual.VFSUtils
Get spec compatilbe url from virtual file.
getConstraints() - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
 
getConstraints() - Method in class org.jboss.virtual.plugins.context.file.FileSystemContext
 
getConstraints() - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryContext
 
getConstraints() - Method in interface org.jboss.virtual.spi.VFSContext
Get context's constraints.
getContent() - Method in class org.jboss.virtual.plugins.vfs.VirtualFileURLConnection
 
getContentLength() - Method in class org.jboss.virtual.plugins.vfs.VirtualFileURLConnection
 
getContext(String) - Method in class org.jboss.virtual.plugins.cache.AbstractVFSCache
Get the cached context.
getContext(String) - Method in class org.jboss.virtual.plugins.cache.CachePolicyVFSCache
 
getContext(String) - Method in class org.jboss.virtual.plugins.cache.MapVFSCache
 
getDelegate() - Method in class org.jboss.virtual.plugins.context.DelegatingHandler
 
getEntry() - Method in class org.jboss.virtual.plugins.context.jar.AbstractJarHandler
Get the entry.
getExceptionHandler() - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
 
getExceptionHandler() - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryContext
 
getExceptionHandler() - Method in interface org.jboss.virtual.spi.VFSContext
Get the exception handler.
getFactory(URL) - Static method in class org.jboss.virtual.spi.VFSContextFactoryLocator
Return the VFSContextFactory for the VFS mount point specified by the rootURL.
getFactory(URI) - Static method in class org.jboss.virtual.spi.VFSContextFactoryLocator
Return the VFSContextFactory for the VFS mount point specified by the rootURI.
getFile() - Method in class org.jboss.virtual.plugins.context.file.FileHandler
Get the file for this file handler
getFile(URI) - Method in class org.jboss.virtual.plugins.registry.DefaultVFSRegistry
 
getFile(URL) - Method in class org.jboss.virtual.plugins.registry.DefaultVFSRegistry
 
getFile(URI) - Method in class org.jboss.virtual.spi.registry.VFSRegistry
Get the file.
getFile(URL) - Method in class org.jboss.virtual.spi.registry.VFSRegistry
Get the file.
getFurthestParentTemp(String) - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
 
getFurthestParentTemp(String) - Method in interface org.jboss.virtual.spi.VFSContext
Retrieve the furthest (outter most) temp which contains this path.
getHandler() - Method in class org.jboss.virtual.plugins.context.temp.BasicTempInfo
 
getHandler() - Method in interface org.jboss.virtual.spi.TempInfo
Get the new temp handler.
getInputStream() - Method in class org.jboss.virtual.plugins.vfs.VirtualFileURLConnection
 
getInstance() - Static method in class org.jboss.virtual.plugins.context.memory.MemoryContextFactory
Gets the singleton instance
getInstance() - Static method in class org.jboss.virtual.plugins.context.vfs.AssembledContextFactory
Get the instance.
getInstance() - Static method in class org.jboss.virtual.plugins.context.zip.ZipEntryContextFactory
Get a reference to ZipEntryContextFactory.
getInstance() - Static method in class org.jboss.virtual.plugins.context.zip.ZipFileLockReaper
Factory method to be used to retrieve reference to ZipFileLockReaper
getInstance() - Static method in class org.jboss.virtual.spi.cache.VFSCacheFactory
Get VFS cache instance.
getInstance(String) - Static method in class org.jboss.virtual.spi.cache.VFSCacheFactory
Get VFS cache instance.
getInstance(String, Map<Object, Object>) - Static method in class org.jboss.virtual.spi.cache.VFSCacheFactory
Get VFS cache instance.
getInstance() - Static method in class org.jboss.virtual.spi.registry.VFSRegistry
Get an instance of vfs registry.
getInteger(Object) - Static method in class org.jboss.virtual.plugins.cache.CachePolicyVFSCache
Get integer from value.
getJar() - Method in class org.jboss.virtual.plugins.context.jar.AbstractJarHandler
Get the jar.
getKey(VFSContext) - Static method in class org.jboss.virtual.VFSUtils
Get path key.
getKeys() - Method in class org.jboss.virtual.plugins.cache.IterableVFSCache
Get cache keys.
getKeys() - Method in class org.jboss.virtual.plugins.cache.MapVFSCache
 
getLastModified() - Method in class org.jboss.virtual.plugins.context.AbstractURIHandler
 
getLastModified() - Method in class org.jboss.virtual.plugins.context.AbstractURLHandler
 
getLastModified() - Method in class org.jboss.virtual.plugins.context.DelegatingHandler
 
getLastModified() - Method in class org.jboss.virtual.plugins.context.file.FileHandler
 
getLastModified() - Method in class org.jboss.virtual.plugins.context.jar.JarEntryContents
 
getLastModified() - Method in class org.jboss.virtual.plugins.context.jar.JarEntryHandler
 
getLastModified() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
 
getLastModified() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarHandler
 
getLastModified() - Method in class org.jboss.virtual.plugins.context.jar.NoCopyNestedJarHandler
 
getLastModified() - Method in class org.jboss.virtual.plugins.context.jar.SynthenticDirEntryHandler
 
getLastModified() - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextHandler
 
getLastModified() - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler
 
getLastModified() - Method in class org.jboss.virtual.plugins.context.vfs.ByteArrayHandler
 
getLastModified() - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryHandler
 
getLastModified() - Method in class org.jboss.virtual.plugins.vfs.VirtualFileURLConnection
 
getLastModified() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
When the file was last modified
getLastModified() - Method in class org.jboss.virtual.VirtualFile
When the file was last modified
getLinkTarget() - Method in class org.jboss.virtual.spi.LinkInfo
 
getLocalPathName() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
Get a pathName relative to local context
getLocalPathName() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Get the VFS local path name.
getLocalVFSContext() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
Get this handler's local context
getManifest(VirtualFile) - Static method in class org.jboss.virtual.VFSUtils
Get a manifest from a virtual file, assuming the virtual file is the root of an archive
getManifest(VFS) - Static method in class org.jboss.virtual.VFSUtils
Get a manifest from a virtual file system, assuming the root of the VFS is the root of an archive
getMatched() - Method in class org.jboss.virtual.plugins.vfs.helpers.FilterVirtualFileVisitor
Get the matched files
getMatches() - Method in class org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter
 
getName() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
 
getName() - Method in class org.jboss.virtual.plugins.context.file.FileSystemContext
 
getName() - Method in class org.jboss.virtual.plugins.context.jar.JarContext
 
getName() - Method in class org.jboss.virtual.plugins.context.memory.MemoryContext
 
getName() - Method in class org.jboss.virtual.plugins.context.vfs.AssembledContext
 
getName() - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryContext
Returns archive file name - if this is a top-level ZipEntryContext.
getName() - Method in class org.jboss.virtual.spi.LinkInfo
 
getName() - Method in interface org.jboss.virtual.spi.VFSContext
Get the name.
getName() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Get the simple VF name (X.java)
getName(URI) - Static method in class org.jboss.virtual.VFSUtils
Get the name.
getName() - Method in class org.jboss.virtual.VirtualFile
Get the simple VF name (X.java)
getOption(String) - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
 
getOption(Class<T>) - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
 
getOption(String, Class<T>) - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
 
getOption(String) - Method in class org.jboss.virtual.plugins.context.DefaultOptions
 
getOption(Class<T>) - Method in class org.jboss.virtual.plugins.context.DefaultOptions
 
getOption(String, Class<T>) - Method in class org.jboss.virtual.plugins.context.DefaultOptions
 
getOption(String) - Method in interface org.jboss.virtual.spi.Options
Get an option from the type
getOption(Class<T>) - Method in interface org.jboss.virtual.spi.Options
Get option.
getOption(String, Class<T>) - Method in interface org.jboss.virtual.spi.Options
Get the option.
getOption(VirtualFile, String) - Static method in class org.jboss.virtual.VFSUtils
Get the option.
getOption(VFS, String) - Static method in class org.jboss.virtual.VFSUtils
Get the option.
getOption(VirtualFile, String, Class<T>) - Static method in class org.jboss.virtual.VFSUtils
Get the option.
getOption(VFS, String, Class<T>) - Static method in class org.jboss.virtual.VFSUtils
Get the option.
getOptions() - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
 
getOptions(Class<T>) - Method in class org.jboss.virtual.plugins.context.DefaultOptions
 
getOptions(Class<T>) - Method in interface org.jboss.virtual.spi.Options
Get all options that match type.
getOptions() - Method in interface org.jboss.virtual.spi.VFSContext
Get options.
getParent() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
Get this handler's parent.
getParent() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Get the parent
getParent() - Method in class org.jboss.virtual.VirtualFile
Get the parent
getPath() - Method in class org.jboss.virtual.plugins.context.temp.BasicTempInfo
 
getPath(VFSContext, String) - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryContext
Get temp path.
getPath() - Method in interface org.jboss.virtual.spi.TempInfo
Get relative path to vfs context.
getPathName() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
Get a pathName relative to most outer context (contexts can be mounted one within other)
getPathName() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Get the VFS relative path name (org/jboss/X.java)
getPathName() - Method in class org.jboss.virtual.VirtualFile
Get the VFS relative path name (org/jboss/X.java)
getPathsString(Collection<VirtualFile>) - Static method in class org.jboss.virtual.VFSUtils
Get the paths string for a collection of virtual files
getPattern(String) - Static method in class org.jboss.virtual.AssembledDirectory
Create a regular expression pattern from an Ant file matching pattern
getPeerContext() - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
Get peer vfs context.
getPolicy() - Method in class org.jboss.virtual.plugins.cache.CachePolicyVFSCache
Get the policy.
getPrefixes() - Method in class org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter
 
getProtocolNameLength() - Method in class org.jboss.virtual.protocol.AbstractVFSHandler
Get protocol name length.
getProtocols() - Method in class org.jboss.virtual.plugins.context.AbstractContextFactory
 
getProtocols() - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextFactory
 
getProtocols() - Method in interface org.jboss.virtual.spi.VFSContextFactory
Get the URL protocols/URI schemes this factory supports
getRealURL() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
 
getRealURL() - Method in class org.jboss.virtual.plugins.context.DelegatingHandler
 
getRealURL() - Method in class org.jboss.virtual.plugins.context.file.FileHandler
 
getRealURL() - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryHandler
 
getRealURL() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Get a file: or jar:file: URL representing a resource as precisely as possible.
getRealURL(VirtualFile) - Static method in class org.jboss.virtual.VFSUtils
Get real url.
getRecurseFilter() - Method in class org.jboss.virtual.VisitorAttributes
Get the recurse filter.
getReferences() - Method in class org.jboss.virtual.plugins.cache.PreInitializeVFSContexts
Get VFS references.
getReferences() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
Get the references count.
getRelativePath(VFSContext, URI) - Static method in class org.jboss.virtual.VFSUtils
Get relative path.
getRemainingPath(List<String>, int, int) - Static method in class org.jboss.virtual.plugins.vfs.helpers.PathTokenizer
Get the remaining path from some tokens
getRemainingPath(List<String>, int) - Static method in class org.jboss.virtual.plugins.vfs.helpers.PathTokenizer
Get the remaining path from some tokens
getResources(VirtualFileFilter) - Method in class org.jboss.virtual.plugins.context.VfsArchiveBrowser
Deprecated. Get resources.
getRoot() - Method in class org.jboss.virtual.plugins.context.file.FileSystemContext
 
getRoot() - Method in class org.jboss.virtual.plugins.context.jar.JarContext
 
getRoot() - Method in class org.jboss.virtual.plugins.context.memory.MemoryContext
 
getRoot() - Method in class org.jboss.virtual.plugins.context.vfs.AssembledContext
 
getRoot() - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryContext
Returns this context's root
getRoot() - Method in interface org.jboss.virtual.spi.VFSContext
Return the root virtual file
getRoot(URI) - Static method in class org.jboss.virtual.VFS
Get the root virtual file
getRoot(URL) - Static method in class org.jboss.virtual.VFS
Get the root virtual file
getRoot() - Method in class org.jboss.virtual.VFS
Get the root file of this VFS
getRootPeer() - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
 
getRootPeer() - Method in interface org.jboss.virtual.spi.VFSContext
Return the peer representing the root of this context within another context.
getRootURI() - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
 
getRootURI() - Method in interface org.jboss.virtual.spi.VFSContext
Get the root uri
getSize() - Method in class org.jboss.virtual.plugins.context.AbstractURIHandler
 
getSize() - Method in class org.jboss.virtual.plugins.context.AbstractURLHandler
 
getSize() - Method in class org.jboss.virtual.plugins.context.DelegatingHandler
 
getSize() - Method in class org.jboss.virtual.plugins.context.file.FileHandler
 
getSize() - Method in class org.jboss.virtual.plugins.context.jar.JarEntryContents
 
getSize() - Method in class org.jboss.virtual.plugins.context.jar.JarEntryHandler
 
getSize() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
 
getSize() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarHandler
 
getSize() - Method in class org.jboss.virtual.plugins.context.jar.NoCopyNestedJarHandler
 
getSize() - Method in class org.jboss.virtual.plugins.context.jar.SynthenticDirEntryHandler
 
getSize() - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextHandler
 
getSize() - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler
 
getSize() - Method in class org.jboss.virtual.plugins.context.vfs.ByteArrayHandler
 
getSize() - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryHandler
 
getSize() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Get the size
getSize() - Method in class org.jboss.virtual.VirtualFile
Get the size
getSuffixes() - Static method in class org.jboss.virtual.plugins.context.jar.JarUtils
Get the lis of jar suffixes
getSuffixes() - Method in class org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter
 
getSystemId() - Method in class org.jboss.virtual.VFSInputSource
 
getTempDirectory() - Static method in class org.jboss.virtual.plugins.copy.AbstractCopyMechanism
Get temp directory.
getTempFile() - Method in class org.jboss.virtual.plugins.context.temp.BasicTempInfo
 
getTempFile() - Method in interface org.jboss.virtual.spi.TempInfo
Get temp file.
getTempInfo(String) - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
 
getTempInfo(String) - Method in class org.jboss.virtual.plugins.copy.TempContext
 
getTempInfo(String) - Method in interface org.jboss.virtual.spi.VFSContext
Get exact temp info match.
getTempInfos() - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
 
getTempInfos() - Method in interface org.jboss.virtual.spi.VFSContext
Deprecated.  
getTokens(String) - Static method in class org.jboss.virtual.plugins.vfs.helpers.PathTokenizer
Get the tokens that comprise this path.
getType() - Method in class org.jboss.virtual.plugins.copy.AbstractCopyMechanism
Get mechanism type.
getType() - Method in class org.jboss.virtual.plugins.copy.ExplodedCopyMechanism
 
getType() - Method in class org.jboss.virtual.plugins.copy.TempCopyMechanism
 
getType() - Method in class org.jboss.virtual.plugins.copy.UnjarCopyMechanism
 
getType() - Method in class org.jboss.virtual.plugins.copy.UnpackCopyMechanism
 
getURI() - Method in class org.jboss.virtual.plugins.context.AbstractURIHandler
Get the uri
getURL() - Method in class org.jboss.virtual.plugins.context.AbstractURLHandler
Get the url
getURL(VirtualFileHandler, String, boolean) - Method in class org.jboss.virtual.plugins.context.jar.AbstractJarHandler
Create the URL for the entry represented by path.
getVFS() - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
 
getVFS(URL) - Method in class org.jboss.virtual.plugins.context.file.FileSystemContextFactory
 
getVFS(URI) - Method in class org.jboss.virtual.plugins.context.file.FileSystemContextFactory
 
getVFS(URL) - Method in class org.jboss.virtual.plugins.context.jar.JarContextFactory
 
getVFS(URI) - Method in class org.jboss.virtual.plugins.context.jar.JarContextFactory
 
getVFS(URL) - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextFactory
 
getVFS(URI) - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextFactory
 
getVFS(URI) - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryContextFactory
Get a VFSContext for a given URL
getVFS(URL) - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryContextFactory
Create a new ZipEntryContext.
getVFS() - Method in interface org.jboss.virtual.spi.VFSContext
Get the VFS for this context
getVFS(URL) - Method in interface org.jboss.virtual.spi.VFSContextFactory
Obtain a vfs context for the given root url.
getVFS(URI) - Method in interface org.jboss.virtual.spi.VFSContextFactory
Obtain a vfs context for the given root uri.
getVFS(URI) - Static method in class org.jboss.virtual.VFS
Get the virtual file system for a root uri
getVFS(URL) - Static method in class org.jboss.virtual.VFS
Get the virtual file system for a root url
getVFS() - Method in class org.jboss.virtual.VirtualFile
Get the VFS instance for this virtual file
getVFSContext() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
Get this handler's most outer context (contexts can be mounted one within other).
getVFSContext() - Method in class org.jboss.virtual.plugins.context.file.FileHandler
 
getVFSContext() - Method in class org.jboss.virtual.plugins.context.ReplacementHandler
 
getVFSContext() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Get the VFSContext this file belongs to
getVfsUrl() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
Get VFS url.
getVirtualFile() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
 
getVirtualFile() - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler
 
getVirtualFile() - Method in class org.jboss.virtual.plugins.vfs.VirtualFileURLConnection
Get the virtual file.
getVirtualFile() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Get the virtual file wrapper
getVirtualFile(URI, String) - Static method in class org.jboss.virtual.VFS
Get a virtual file
getVirtualFile(URL, String) - Static method in class org.jboss.virtual.VFS
Get a virtual file
getZipSource() - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryContext
Get zip source.

H

handleJarFile() - Method in class org.jboss.virtual.plugins.context.jar.AbstractJarHandler
Handle jar file after read.
Handler - Class in org.jboss.virtual.protocol.vfs
URLStreamHandler for VFS
Handler() - Constructor for class org.jboss.virtual.protocol.vfs.Handler
 
Handler - Class in org.jboss.virtual.protocol.vfsfile
URLStreamHandler for VFS
Handler() - Constructor for class org.jboss.virtual.protocol.vfsfile.Handler
 
Handler - Class in org.jboss.virtual.protocol.vfsjar
URLStreamHandler for VFS
Handler() - Constructor for class org.jboss.virtual.protocol.vfsjar.Handler
 
Handler - Class in org.jboss.virtual.protocol.vfsmemory
URLStreamHandler for VFS
Handler() - Constructor for class org.jboss.virtual.protocol.vfsmemory.Handler
 
Handler - Class in org.jboss.virtual.protocol.vfszip
URLStreamHandler for VFS
Handler() - Constructor for class org.jboss.virtual.protocol.vfszip.Handler
 
Handler - Class in org.jboss.virtual.protocol.zip
Zip url handler.
Handler() - Constructor for class org.jboss.virtual.protocol.zip.Handler
 
handleZipEntriesInitException(Exception, String) - Method in class org.jboss.virtual.plugins.context.AbstractExceptionHandler
 
handleZipEntriesInitException(Exception, String) - Method in class org.jboss.virtual.plugins.context.helpers.NamesExceptionHandler
 
handleZipEntriesInitException(Exception, String) - Method in interface org.jboss.virtual.spi.ExceptionHandler
Handle zip entries initializaion exception.
hasBeenModified() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
 
hasBeenModified() - Method in class org.jboss.virtual.plugins.context.jar.JarEntryHandler
 
hasBeenModified() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Returns true if the file has been modified since this method was last called Last modified time is initialized at handler instantiation.
hasBeenModified() - Method in class org.jboss.virtual.VirtualFile
Returns true if the file has been modified since this method was last called Last modified time is initialized at handler instantiation.
hashCode() - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
 
hashCode() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
 
hashCode() - Method in class org.jboss.virtual.plugins.context.DelegatingHandler
 
hashCode() - Method in class org.jboss.virtual.VFS
 
hashCode() - Method in class org.jboss.virtual.VirtualFile
 
hasNext() - Method in class org.jboss.virtual.plugins.context.VfsArchiveBrowser
Deprecated.  
HierarchyVirtualFileHandler - Interface in org.jboss.virtual.plugins.context
A handler that has children.

I

increment() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
Increment the reference count
init() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
Initialize entries.
init() - Static method in class org.jboss.virtual.VFS
Initialize VFS protocol handlers package property.
initCacheLastModified() - Method in class org.jboss.virtual.plugins.context.AbstractURLHandler
 
initCacheLastModified() - Method in class org.jboss.virtual.plugins.context.file.FileHandler
 
initCacheLastModified() - Method in class org.jboss.virtual.plugins.context.jar.JarEntryContents
 
initCacheLastModified() - Method in class org.jboss.virtual.plugins.context.jar.JarEntryHandler
 
initCacheLastModified() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
 
initCacheLastModified() - Method in class org.jboss.virtual.plugins.context.jar.NoCopyNestedJarHandler
 
initCacheLastModified() - Method in class org.jboss.virtual.plugins.context.jar.SynthenticDirEntryHandler
 
initCacheLastModified() - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextHandler
 
initJarFile() - Method in class org.jboss.virtual.plugins.context.jar.AbstractStructuredJarHandler
Initialize the jar file
initJarFile(Enumeration<ZipEntryWrapper<T>>) - Method in class org.jboss.virtual.plugins.context.jar.AbstractStructuredJarHandler
Initialise the jar file.
initJarFile() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
 
initNestedJar() - Method in class org.jboss.virtual.plugins.context.jar.JarEntryContents
 
INSTANCE - Static variable in class org.jboss.virtual.plugins.context.VfsArchiveBrowserFactory
Deprecated. VFS archive browser instance
INSTANCE - Static variable in class org.jboss.virtual.plugins.copy.ExplodedCopyMechanism
 
INSTANCE - Static variable in class org.jboss.virtual.plugins.copy.TempCopyMechanism
 
INSTANCE - Static variable in class org.jboss.virtual.plugins.copy.UnjarCopyMechanism
 
INSTANCE - Static variable in class org.jboss.virtual.plugins.copy.UnpackCopyMechanism
 
INSTANCE - Static variable in class org.jboss.virtual.plugins.vfs.helpers.MatchAllVirtualFileFilter
The instance
internalReplaceChild(VirtualFileHandler, VirtualFileHandler) - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
Replace original child with unpacked replacement.
internalReplaceChild(VirtualFileHandler, VirtualFileHandler) - Method in class org.jboss.virtual.plugins.context.DelegatingHandler
 
internalReplaceChild(VirtualFileHandler, VirtualFileHandler) - Method in class org.jboss.virtual.plugins.context.file.FileHandler
 
internalReplaceChild(VirtualFileHandler, VirtualFileHandler) - Method in class org.jboss.virtual.plugins.context.jar.AbstractStructuredJarHandler
 
internalReplaceChild(VirtualFileHandler, VirtualFileHandler) - Method in class org.jboss.virtual.plugins.context.jar.JarEntryContents
 
internalReplaceChild(VirtualFileHandler, VirtualFileHandler) - Method in class org.jboss.virtual.plugins.context.jar.JarEntryHandler
 
internalReplaceChild(VirtualFileHandler, VirtualFileHandler) - Method in class org.jboss.virtual.plugins.context.jar.NoCopyNestedJarHandler
 
internalReplaceChild(VirtualFileHandler, VirtualFileHandler) - Method in class org.jboss.virtual.plugins.context.jar.SynthenticDirEntryHandler
 
internalReplaceChild(VirtualFileHandler, VirtualFileHandler) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler
 
internalReplaceChild(VirtualFileHandler, VirtualFileHandler) - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryHandler
 
IS_TEMP_FILE - Static variable in class org.jboss.virtual.VFSUtils
The temp marker flag
isAlreadyModified(VirtualFileHandler) - Method in class org.jboss.virtual.plugins.copy.AbstractCopyMechanism
Is handler already modified.
isAlreadyModified(VirtualFileHandler) - Method in class org.jboss.virtual.plugins.copy.ExplodedCopyMechanism
 
isAlreadyModified(VirtualFileHandler) - Method in class org.jboss.virtual.plugins.copy.TempCopyMechanism
 
isAlreadyModified(VirtualFileHandler) - Method in class org.jboss.virtual.plugins.copy.UnjarCopyMechanism
 
isAlreadyModified(VirtualFileHandler) - Method in class org.jboss.virtual.plugins.copy.UnpackCopyMechanism
 
isArchive() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
 
isArchive() - Method in class org.jboss.virtual.plugins.context.DelegatingHandler
 
isArchive() - Method in class org.jboss.virtual.plugins.context.jar.AbstractStructuredJarHandler
 
isArchive(String) - Static method in class org.jboss.virtual.plugins.context.jar.JarUtils
Whether this is an archive
isArchive() - Method in class org.jboss.virtual.plugins.context.jar.NoCopyNestedJarHandler
 
isArchive() - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryHandler
 
isArchive() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Does this represent an archive.
isArchive() - Method in class org.jboss.virtual.VirtualFile
Is the file archive.
isCacheable(VFSContext) - Method in class org.jboss.virtual.plugins.registry.DefaultVFSRegistry
Is the vfs context cacheable.
isCurrentToken(String) - Static method in class org.jboss.virtual.plugins.vfs.helpers.PathTokenizer
Is current token.
isForcedCaseSensitive() - Method in class org.jboss.virtual.plugins.context.file.FileSystemContext
Is forceCaseSensitive enabled Only relevant for native filesystems that are not case sensitive
isHidden() - Method in class org.jboss.virtual.plugins.context.AbstractURIHandler
 
isHidden() - Method in class org.jboss.virtual.plugins.context.AbstractURLHandler
 
isHidden() - Method in class org.jboss.virtual.plugins.context.DelegatingHandler
 
isHidden() - Method in class org.jboss.virtual.plugins.context.file.FileHandler
 
isHidden() - Method in class org.jboss.virtual.plugins.context.jar.JarEntryContents
 
isHidden() - Method in class org.jboss.virtual.plugins.context.jar.JarEntryHandler
 
isHidden() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
 
isHidden() - Method in class org.jboss.virtual.plugins.context.jar.SynthenticDirEntryHandler
 
isHidden() - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler
 
isHidden() - Method in class org.jboss.virtual.plugins.context.vfs.ByteArrayHandler
 
isHidden() - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryHandler
 
isHidden() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Whether it is hidden
isHidden() - Method in class org.jboss.virtual.VirtualFile
Whether it is hidden
isIgnoreErrors() - Method in class org.jboss.virtual.VisitorAttributes
Whether to ignore individual errors
isIncludeHidden() - Method in class org.jboss.virtual.VisitorAttributes
Whether to include hidden files
isIncludeRoot() - Method in class org.jboss.virtual.VisitorAttributes
Whether to include the root of the visit
isLeaf() - Method in class org.jboss.virtual.plugins.context.DelegatingHandler
 
isLeaf() - Method in class org.jboss.virtual.plugins.context.file.FileHandler
 
isLeaf() - Method in class org.jboss.virtual.plugins.context.file.LinkHandler
 
isLeaf() - Method in class org.jboss.virtual.plugins.context.jar.AbstractJarHandler
 
isLeaf() - Method in class org.jboss.virtual.plugins.context.jar.JarEntryContents
 
isLeaf() - Method in class org.jboss.virtual.plugins.context.jar.JarEntryHandler
 
isLeaf() - Method in class org.jboss.virtual.plugins.context.jar.SynthenticDirEntryHandler
 
isLeaf() - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextHandler
 
isLeaf() - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler
 
isLeaf() - Method in class org.jboss.virtual.plugins.context.vfs.ByteArrayHandler
 
isLeaf() - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryHandler
 
isLeaf() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Whether it is a simple leaf of the VFS, i.e.
isLeaf() - Method in class org.jboss.virtual.VirtualFile
Whether it is a simple leaf of the VFS, i.e.
isLeavesOnly() - Method in class org.jboss.virtual.VisitorAttributes
Whether to visit leaves only
isLink(String) - Static method in class org.jboss.virtual.VFSUtils
Does a vf name contain the VFS link prefix
isNested() - Method in class org.jboss.virtual.plugins.context.DelegatingHandler
 
isNested() - Method in class org.jboss.virtual.plugins.context.file.FileHandler
 
isNested() - Method in class org.jboss.virtual.plugins.context.file.LinkHandler
 
isNested() - Method in class org.jboss.virtual.plugins.context.jar.JarEntryContents
 
isNested() - Method in class org.jboss.virtual.plugins.context.jar.JarEntryHandler
 
isNested() - Method in class org.jboss.virtual.plugins.context.jar.JarHandler
 
isNested() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
 
isNested() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarHandler
 
isNested() - Method in class org.jboss.virtual.plugins.context.jar.NoCopyNestedJarHandler
 
isNested() - Method in class org.jboss.virtual.plugins.context.jar.SynthenticDirEntryHandler
 
isNested() - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextHandler
 
isNested() - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler
 
isNested() - Method in class org.jboss.virtual.plugins.context.vfs.ByteArrayHandler
 
isNested() - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryHandler
 
isNested() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Are we nested in some archive.
isNestedFile(VirtualFile) - Static method in class org.jboss.virtual.VFSUtils
Is file handle nested.
isRecurse(VirtualFile) - Method in class org.jboss.virtual.VisitorAttributes
Whether to recurse into the non-leaf file
isReverseToken(String) - Static method in class org.jboss.virtual.plugins.vfs.helpers.PathTokenizer
Is reverse token.
isTemporary() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
Is the handler temporary.
isTemporaryFile(VirtualFile) - Static method in class org.jboss.virtual.VFSUtils
Is the virtual file temporary.
isValid() - Method in class org.jboss.virtual.plugins.context.temp.BasicTempInfo
 
isValid() - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryTempInfo
 
isValid() - Method in interface org.jboss.virtual.spi.TempInfo
Is the temp info still valid.
isValidRootURL(URL) - Static method in class org.jboss.virtual.plugins.context.memory.MemoryContextFactory
Is url valid root url.
IterableTimedVFSCache - Class in org.jboss.virtual.plugins.cache
Iterable timed cache policy vfs cache.
IterableTimedVFSCache() - Constructor for class org.jboss.virtual.plugins.cache.IterableTimedVFSCache
 
IterableTimedVFSCache(Integer) - Constructor for class org.jboss.virtual.plugins.cache.IterableTimedVFSCache
 
IterableTimedVFSCache(Integer, Boolean, Integer) - Constructor for class org.jboss.virtual.plugins.cache.IterableTimedVFSCache
 
IterableTimedVFSCache(Map<Object, Object>) - Constructor for class org.jboss.virtual.plugins.cache.IterableTimedVFSCache
 
IterableVFSCache - Class in org.jboss.virtual.plugins.cache
Iterable vfs cache.
IterableVFSCache() - Constructor for class org.jboss.virtual.plugins.cache.IterableVFSCache
 

J

JAR_URL_SEPARATOR - Static variable in class org.jboss.virtual.VFSUtils
Standard separator for JAR URL
JarContext - Class in org.jboss.virtual.plugins.context.jar
JarContext.
JarContext(URL) - Constructor for class org.jboss.virtual.plugins.context.jar.JarContext
Create a new JarContext.
JarContextFactory - Class in org.jboss.virtual.plugins.context.jar
A jar context factory
JarContextFactory() - Constructor for class org.jboss.virtual.plugins.context.jar.JarContextFactory
 
JarEntryContents - Class in org.jboss.virtual.plugins.context.jar
A nested jar contents implementation used to represent a jar within a jar.
JarEntryHandler - Class in org.jboss.virtual.plugins.context.jar
JarEntryHandler.
JarEntryHandler(VFSContext, VirtualFileHandler, JarFile, ZipEntry, String, URL) - Constructor for class org.jboss.virtual.plugins.context.jar.JarEntryHandler
Create a new JarHandler.
JarHandler - Class in org.jboss.virtual.plugins.context.jar
JarHandler.
JarHandler(VFSContext, VirtualFileHandler, URL, String) - Constructor for class org.jboss.virtual.plugins.context.jar.JarHandler
Create a new JarHandler.
JarHandler(VFSContext, VirtualFileHandler, File, URL, String) - Constructor for class org.jboss.virtual.plugins.context.jar.JarHandler
 
JarUtils - Class in org.jboss.virtual.plugins.context.jar
JarUtils.

L

lastInsert() - Method in class org.jboss.virtual.plugins.cache.AbstractVFSCache
 
lastInsert() - Method in class org.jboss.virtual.plugins.cache.CombinedVFSCache
 
lastInsert() - Method in interface org.jboss.virtual.spi.cache.CacheStatistics
Get last insert timestamp.
LEAVES_ONLY - Static variable in class org.jboss.virtual.VisitorAttributes
Visit leaves only and do not recurse non-leaf files
LinkHandler - Class in org.jboss.virtual.plugins.context.file
A handler for link directories.
LinkHandler(FileSystemContext, VirtualFileHandler, URI, String, List<LinkInfo>) - Constructor for class org.jboss.virtual.plugins.context.file.LinkHandler
Create a new LinkHandler.
LinkInfo - Class in org.jboss.virtual.spi
A class representing the information for a VFS link.
LinkInfo(String, URI) - Constructor for class org.jboss.virtual.spi.LinkInfo
Create a LinkInfo
log - Variable in class org.jboss.virtual.plugins.cache.AbstractVFSCache
 
log - Variable in class org.jboss.virtual.plugins.context.AbstractExceptionHandler
The log
log - Variable in class org.jboss.virtual.plugins.context.AbstractVFSContext
The log
log - Static variable in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
The log
LRUVFSCache - Class in org.jboss.virtual.plugins.cache
LRU cache policy vfs cache.
LRUVFSCache() - Constructor for class org.jboss.virtual.plugins.cache.LRUVFSCache
 
LRUVFSCache(Integer, Integer) - Constructor for class org.jboss.virtual.plugins.cache.LRUVFSCache
 
LRUVFSCache(Map<Object, Object>) - Constructor for class org.jboss.virtual.plugins.cache.LRUVFSCache
 

M

MapVFSCache - Class in org.jboss.virtual.plugins.cache
Map vfs cache.
MapVFSCache() - Constructor for class org.jboss.virtual.plugins.cache.MapVFSCache
 
mark(int) - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryInputStream
 
MatchAllVirtualFileFilter - Class in org.jboss.virtual.plugins.vfs.helpers
MatchAllVirtualFileFilter.
MemoryContext - Class in org.jboss.virtual.plugins.context.memory
Virtual memory context.
MemoryContext(URL) - Constructor for class org.jboss.virtual.plugins.context.memory.MemoryContext
 
MemoryContextFactory - Class in org.jboss.virtual.plugins.context.memory
Singelton implementation of a MemoryContextFactory.
MemoryContextHandler - Class in org.jboss.virtual.plugins.context.memory
Virtual memory context handler.
MemoryContextHandler(VFSContext, VirtualFileHandler, URL, String) - Constructor for class org.jboss.virtual.plugins.context.memory.MemoryContextHandler
 
MemoryFileFactory - Class in org.jboss.virtual
Memory VFS API.
MemoryFileFactory() - Constructor for class org.jboss.virtual.MemoryFileFactory
 
merge(Options) - Method in class org.jboss.virtual.plugins.context.DefaultOptions
 
merge(Options) - Method in interface org.jboss.virtual.spi.Options
Merge options.
mkdir(String) - Method in class org.jboss.virtual.AssembledDirectory
Create a directory within this directory.
mkdirs(String) - Method in class org.jboss.virtual.AssembledDirectory
Make any directories for the give path to a file.
mountZipFile(VirtualFileHandler, String, File) - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryContext
Mount ZipEntryContext created around extracted nested archive
mountZipFS(VirtualFileHandler, String, File) - Method in class org.jboss.virtual.plugins.context.file.FileSystemContext
Create zip file system.
mountZipStream(VirtualFileHandler, String, InputStream) - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryContext
Mount ZipEntryContext created around ZipStreamWrapper

N

NamesExceptionHandler - Class in org.jboss.virtual.plugins.context.helpers
Match names to ignore the exception.
NamesExceptionHandler(String) - Constructor for class org.jboss.virtual.plugins.context.helpers.NamesExceptionHandler
 
NamesExceptionHandler(Set<String>) - Constructor for class org.jboss.virtual.plugins.context.helpers.NamesExceptionHandler
 
NestedJarFromStream - Class in org.jboss.virtual.plugins.context.jar
A nested jar implementation used to represent a jar within a jar.
NestedJarFromStream(VFSContext, VirtualFileHandler, ZipInputStream, URL, JarFile, ZipEntry, String) - Constructor for class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
Create a nested jar from the parent zip inputstream/zip entry.
NestedJarHandler - Class in org.jboss.virtual.plugins.context.jar
Nested Jar Handler.
NestedJarHandler(VFSContext, VirtualFileHandler, JarFile, ZipEntry, URL, File, String) - Constructor for class org.jboss.virtual.plugins.context.jar.NestedJarHandler
Create a new NestedJarHandler.
next() - Method in class org.jboss.virtual.plugins.context.VfsArchiveBrowser
Deprecated.  
NO_REAPER_QUERY - Static variable in class org.jboss.virtual.VFSUtils
 
NoCopyNestedJarHandler - Class in org.jboss.virtual.plugins.context.jar
Nested Jar Handler.
NoCopyNestedJarHandler(VFSContext, VirtualFileHandler, JarFile, ZipEntry, URL, String) - Constructor for class org.jboss.virtual.plugins.context.jar.NoCopyNestedJarHandler
Create a new NestedJarHandler.
NoopVFSCache - Class in org.jboss.virtual.spi.cache.helpers
Noop cache.
NoopVFSCache() - Constructor for class org.jboss.virtual.spi.cache.helpers.NoopVFSCache
 

O

openConnection() - Method in class org.jboss.virtual.plugins.context.AbstractURLHandler
Open connection.
openConnection(URL) - Static method in class org.jboss.virtual.plugins.context.AbstractURLHandler
Open connection.
openConnection(URL) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledUrlStreamHandler
 
openConnection(URL) - Method in class org.jboss.virtual.plugins.vfs.VirtualFileUrlStreamHandler
 
openConnection(URL) - Method in class org.jboss.virtual.protocol.AbstractVFSHandler
 
openConnection(URL) - Method in class org.jboss.virtual.protocol.vfs.Handler
 
openConnection(URL) - Method in class org.jboss.virtual.protocol.vfsjar.Handler
 
openConnection(URL) - Method in class org.jboss.virtual.protocol.vfsmemory.Handler
 
openStream() - Method in class org.jboss.virtual.plugins.context.AbstractURIHandler
 
openStream() - Method in class org.jboss.virtual.plugins.context.AbstractURLHandler
 
openStream() - Method in class org.jboss.virtual.plugins.context.DelegatingHandler
 
openStream() - Method in class org.jboss.virtual.plugins.context.jar.JarEntryContents
 
openStream() - Method in class org.jboss.virtual.plugins.context.jar.JarEntryHandler
 
openStream() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
 
openStream() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarHandler
Overriden to return the raw tmp jar file stream
openStream() - Method in class org.jboss.virtual.plugins.context.jar.NoCopyNestedJarHandler
 
openStream() - Method in class org.jboss.virtual.plugins.context.jar.SynthenticDirEntryHandler
 
openStream() - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextHandler
 
openStream() - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler
 
openStream() - Method in class org.jboss.virtual.plugins.context.vfs.ByteArrayHandler
 
openStream() - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryHandler
 
openStream() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Access the file contents.
openStream() - Method in class org.jboss.virtual.VirtualFile
Access the file contents.
OPTIMIZE_FOR_MEMORY_KEY - Static variable in class org.jboss.virtual.VFSUtils
Key used to turn on memory optimizations - less cache use at the expense of performance
Options - Interface in org.jboss.virtual.spi
Options interface.
org.jboss.virtual - package org.jboss.virtual
 
org.jboss.virtual.plugins.cache - package org.jboss.virtual.plugins.cache
 
org.jboss.virtual.plugins.context - package org.jboss.virtual.plugins.context
 
org.jboss.virtual.plugins.context.file - package org.jboss.virtual.plugins.context.file
 
org.jboss.virtual.plugins.context.helpers - package org.jboss.virtual.plugins.context.helpers
 
org.jboss.virtual.plugins.context.jar - package org.jboss.virtual.plugins.context.jar
 
org.jboss.virtual.plugins.context.memory - package org.jboss.virtual.plugins.context.memory
 
org.jboss.virtual.plugins.context.temp - package org.jboss.virtual.plugins.context.temp
 
org.jboss.virtual.plugins.context.vfs - package org.jboss.virtual.plugins.context.vfs
 
org.jboss.virtual.plugins.context.zip - package org.jboss.virtual.plugins.context.zip
 
org.jboss.virtual.plugins.copy - package org.jboss.virtual.plugins.copy
 
org.jboss.virtual.plugins.registry - package org.jboss.virtual.plugins.registry
 
org.jboss.virtual.plugins.vfs - package org.jboss.virtual.plugins.vfs
 
org.jboss.virtual.plugins.vfs.helpers - package org.jboss.virtual.plugins.vfs.helpers
 
org.jboss.virtual.protocol - package org.jboss.virtual.protocol
 
org.jboss.virtual.protocol.vfs - package org.jboss.virtual.protocol.vfs
 
org.jboss.virtual.protocol.vfsfile - package org.jboss.virtual.protocol.vfsfile
 
org.jboss.virtual.protocol.vfsjar - package org.jboss.virtual.protocol.vfsjar
 
org.jboss.virtual.protocol.vfsmemory - package org.jboss.virtual.protocol.vfsmemory
 
org.jboss.virtual.protocol.vfszip - package org.jboss.virtual.protocol.vfszip
 
org.jboss.virtual.protocol.zip - package org.jboss.virtual.protocol.zip
 
org.jboss.virtual.spi - package org.jboss.virtual.spi
 
org.jboss.virtual.spi.cache - package org.jboss.virtual.spi.cache
 
org.jboss.virtual.spi.cache.helpers - package org.jboss.virtual.spi.cache.helpers
 
org.jboss.virtual.spi.registry - package org.jboss.virtual.spi.registry
 

P

parseInteger(String) - Static method in class org.jboss.virtual.plugins.cache.CachePolicyVFSCache
Parse integer.
parseLinkProperties(InputStream, List<LinkInfo>, Properties) - Static method in class org.jboss.virtual.VFSUtils
Parse a properties link file
parseURLQuery(String) - Static method in class org.jboss.virtual.VFSUtils
Take a URL.getQuery string and parse it into name=value pairs
PathMatchingVFSCache - Class in org.jboss.virtual.plugins.cache
Iterable vfs cache.
PathMatchingVFSCache() - Constructor for class org.jboss.virtual.plugins.cache.PathMatchingVFSCache
 
PathTokenizer - Class in org.jboss.virtual.plugins.vfs.helpers
PathTokenizer.
PreInitializeVFSContexts - Class in org.jboss.virtual.plugins.cache
Initialize vfs contexts - performance improvements.
PreInitializeVFSContexts() - Constructor for class org.jboss.virtual.plugins.cache.PreInitializeVFSContexts
 
putContext(VFSContext) - Method in class org.jboss.virtual.plugins.cache.AbstractVFSCache
 
putContext(String, VFSContext) - Method in class org.jboss.virtual.plugins.cache.AbstractVFSCache
Put vfs context and its path key into cache.
putContext(String, VFSContext) - Method in class org.jboss.virtual.plugins.cache.CachePolicyVFSCache
 
putContext(VFSContext) - Method in class org.jboss.virtual.plugins.cache.CombinedVFSCache
 
putContext(String, VFSContext) - Method in class org.jboss.virtual.plugins.cache.MapVFSCache
 
putContext(VFSContext) - Method in class org.jboss.virtual.spi.cache.helpers.NoopVFSCache
 
putContext(VFSContext) - Method in interface org.jboss.virtual.spi.cache.VFSCache
Put vfs context to cache.
putFile(URL, byte[]) - Static method in class org.jboss.virtual.MemoryFileFactory
Put file.
putFile(URL, byte[]) - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextFactory
Creates a 'file' within the context determined by the url host part

R

read() - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryInputStream
Read one byte.
read(byte[]) - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryInputStream
Read a buffer of bytes.
read(byte[], int, int) - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryInputStream
Read a buffer of bytes.
readInstanceProperties(String, Object, boolean) - Method in class org.jboss.virtual.plugins.cache.CachePolicyVFSCache
Read instance properties.
readLinkInfo(InputStream, String, Properties) - Static method in class org.jboss.virtual.VFSUtils
Read the link information from the stream based on the type as determined from the name suffix.
readLock() - Method in class org.jboss.virtual.plugins.cache.AbstractVFSCache
Read lock.
readManifest(VirtualFile) - Static method in class org.jboss.virtual.VFSUtils
Read the manifest from given manifest VirtualFile.
readSystemProperty(String, String) - Static method in class org.jboss.virtual.plugins.cache.CachePolicyVFSCache
Read system property.
readUnlock() - Method in class org.jboss.virtual.plugins.cache.AbstractVFSCache
Read unlock.
RECURSE - Static variable in class org.jboss.virtual.VisitorAttributes
Recurse and visit all non-leaf files
RECURSE_ALL - Static variable in class org.jboss.virtual.VisitorAttributes
A VirtualFileFilter than accepts any file
RECURSE_LEAVES_ONLY - Static variable in class org.jboss.virtual.VisitorAttributes
Recurse all non-leaf files but only visit leaves
register(ZipFileWrapper) - Method in class org.jboss.virtual.plugins.context.zip.ZipFileLockReaper
Register a ZipFileWrapper instance with this reaper
registerFactory(VFSContextFactory) - Static method in class org.jboss.virtual.spi.VFSContextFactoryLocator
Register a new VFSContextFactory
relativePath - Variable in class org.jboss.virtual.plugins.vfs.VirtualFileURLConnection
 
remove(AssembledDirectory) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledContextFactory
Remove an assembly
remove() - Method in class org.jboss.virtual.plugins.context.VfsArchiveBrowser
Deprecated.  
removeChild(String) - Method in class org.jboss.virtual.plugins.context.DelegatingHandler
 
removeChild(String) - Method in class org.jboss.virtual.plugins.context.file.FileHandler
 
removeChild(String) - Method in class org.jboss.virtual.plugins.context.file.LinkHandler
 
removeChild(String) - Method in class org.jboss.virtual.plugins.context.jar.JarEntryContents
 
removeChild(String) - Method in class org.jboss.virtual.plugins.context.jar.JarEntryHandler
 
removeChild(String) - Method in class org.jboss.virtual.plugins.context.jar.JarHandler
 
removeChild(String) - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
 
removeChild(String) - Method in class org.jboss.virtual.plugins.context.jar.NestedJarHandler
 
removeChild(String) - Method in class org.jboss.virtual.plugins.context.jar.NoCopyNestedJarHandler
 
removeChild(String) - Method in class org.jboss.virtual.plugins.context.jar.SynthenticDirEntryHandler
 
removeChild(String) - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextHandler
 
removeChild(String) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler
This method removes a specified child from its list of children map
removeChild(String) - Method in class org.jboss.virtual.plugins.context.vfs.ByteArrayHandler
 
removeChild(String) - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryHandler
 
removeChild(String) - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Remove a child
removeContext(VFSContext) - Method in class org.jboss.virtual.plugins.cache.AbstractVFSCache
 
removeContext(String, VFSContext) - Method in class org.jboss.virtual.plugins.cache.AbstractVFSCache
Remove vfs context and its path key from cache.
removeContext(String, VFSContext) - Method in class org.jboss.virtual.plugins.cache.CachePolicyVFSCache
 
removeContext(VFSContext) - Method in class org.jboss.virtual.plugins.cache.CombinedVFSCache
 
removeContext(String, VFSContext) - Method in class org.jboss.virtual.plugins.cache.MapVFSCache
 
removeContext(VFSContext) - Method in class org.jboss.virtual.plugins.registry.DefaultVFSRegistry
 
removeContext(VFSContext) - Method in class org.jboss.virtual.spi.cache.helpers.NoopVFSCache
 
removeContext(VFSContext) - Method in interface org.jboss.virtual.spi.cache.VFSCache
Remove vfs context from cache.
removeContext(VFSContext) - Method in class org.jboss.virtual.spi.registry.VFSRegistry
Remove the context.
removeJarSuffix(String) - Static method in class org.jboss.virtual.plugins.context.jar.JarUtils
Remove a jar suffix
removeOption(String) - Method in class org.jboss.virtual.plugins.context.DefaultOptions
 
removeOption(String) - Method in interface org.jboss.virtual.spi.Options
Remove an option
replaceChild(VirtualFileHandler, VirtualFileHandler) - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
 
replaceChild(VirtualFileHandler, VirtualFileHandler) - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Replace child.
ReplacementHandler - Class in org.jboss.virtual.plugins.context
A replacement handler.
ReplacementHandler(VFSContext, VirtualFileHandler, String, VirtualFileHandler) - Constructor for class org.jboss.virtual.plugins.context.ReplacementHandler
 
replaceOldHandler(VirtualFileHandler, VirtualFileHandler, VirtualFileHandler) - Method in class org.jboss.virtual.plugins.copy.AbstractCopyMechanism
Should we replace old handler with new.
replaceOldHandler(VirtualFileHandler, VirtualFileHandler, VirtualFileHandler) - Method in class org.jboss.virtual.plugins.copy.ExplodedCopyMechanism
 
replaceOldHandler(VirtualFileHandler, VirtualFileHandler, VirtualFileHandler) - Method in class org.jboss.virtual.plugins.copy.TempCopyMechanism
 
replaceOldHandler(VirtualFileHandler, VirtualFileHandler, VirtualFileHandler) - Method in class org.jboss.virtual.plugins.copy.UnjarCopyMechanism
 
replaceOldHandler(VirtualFileHandler, VirtualFileHandler, VirtualFileHandler) - Method in class org.jboss.virtual.plugins.copy.UnpackCopyMechanism
 
reset() - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryInputStream
 
resolveCachedVirtualFile(URL, String) - Static method in class org.jboss.virtual.plugins.vfs.VirtualFileURLConnection
 
resolveVirtualFile(URL, String) - Static method in class org.jboss.virtual.plugins.vfs.VirtualFileURLConnection
 
rewrite(VirtualFileHandler, File) - Static method in class org.jboss.virtual.plugins.copy.AbstractCopyMechanism
Rewrite contents of handler into file.

S

sanitizeURL(URL) - Static method in class org.jboss.virtual.VFSUtils
Ensure the url is convertible to URI by encoding spaces and percent characters if necessary
SERVICES_PATH - Static variable in class org.jboss.virtual.spi.VFSContextFactoryLocator
The path used to load services from the classpath
setContents(byte[]) - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextHandler
 
setDefaultLifetime(Integer) - Method in class org.jboss.virtual.plugins.cache.TimedVFSCache
Set default lifetime.
setDelegate(VirtualFileHandler) - Method in class org.jboss.virtual.plugins.context.DelegatingHandler
 
setErrorOnSuspiciousTokens(boolean) - Static method in class org.jboss.virtual.plugins.vfs.helpers.PathTokenizer
Set errorOnSuspiciousTokens flag.
setExceptionHandler(ExceptionHandler) - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
 
setExceptionHandler(ExceptionHandler) - Method in interface org.jboss.virtual.spi.VFSContext
Set exception handler.
setExceptionHandler(ExceptionHandler) - Method in class org.jboss.virtual.VFS
Set exception handler.
setHoldReference(boolean) - Method in class org.jboss.virtual.plugins.cache.PreInitializeVFSContexts
Should we hold the reference to initialized VFSs.
setIgnoreErrors(boolean) - Method in class org.jboss.virtual.VisitorAttributes
Set the ignoreErrors.
setIncludeHidden(boolean) - Method in class org.jboss.virtual.VisitorAttributes
Set the includeHidden.
setIncludeRoot(boolean) - Method in class org.jboss.virtual.VisitorAttributes
Set the includeRoot.
setInitializedVFSContexts(Map<URL, ExceptionHandler>) - Method in class org.jboss.virtual.plugins.cache.PreInitializeVFSContexts
Set URLs that need to be initialized before anything else.
setInstance(VFSCache) - Static method in class org.jboss.virtual.spi.cache.VFSCacheFactory
Set instance.
setJarSuffixes(Set<String>) - Static method in class org.jboss.virtual.plugins.context.jar.JarUtils
Sets the jar suffixes
setLeavesOnly(boolean) - Method in class org.jboss.virtual.VisitorAttributes
Set the leaves only.
setMatches(String[]) - Method in class org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter
 
setMax(Integer) - Method in class org.jboss.virtual.plugins.cache.LRUVFSCache
set max.
setMin(Integer) - Method in class org.jboss.virtual.plugins.cache.LRUVFSCache
Set min.
setOption(String, Object) - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
 
setOptionsToURL(URL) - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
Helper method to set options on an URL
setPathName(String) - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
todo This is a hack until we can fix http://jira.jboss.com/jira/browse/JBMICROCONT-164
setPermanentRoots(Map<URL, ExceptionHandler>) - Method in class org.jboss.virtual.plugins.cache.CombinedVFSCache
Set permanent roots and its exception handlers.
setPrefixes(String[]) - Method in class org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter
 
setRealCache(VFSCache) - Method in class org.jboss.virtual.plugins.cache.CombinedVFSCache
Set the real cache.
setRecurseFilter(VirtualFileFilter) - Method in class org.jboss.virtual.VisitorAttributes
Set the recurse filter.
setResolution(Integer) - Method in class org.jboss.virtual.plugins.cache.TimedVFSCache
The resollution.
setRootPeer(VirtualFileHandler) - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
 
setSuffixes(String[]) - Method in class org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter
 
setThreadSafe(Boolean) - Method in class org.jboss.virtual.plugins.cache.TimedVFSCache
Set threadsafe flag.
setVfsUrl(URL) - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
Set the vfs URL.
setVfsUrl(URL) - Method in class org.jboss.virtual.plugins.context.DelegatingHandler
Set the vfs url.
simpleFindChild(String) - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
Simple implementation of findChild
size() - Method in class org.jboss.virtual.plugins.cache.CachePolicyVFSCache
 
size() - Method in class org.jboss.virtual.plugins.cache.CombinedVFSCache
 
size() - Method in class org.jboss.virtual.plugins.cache.MapVFSCache
 
size() - Method in class org.jboss.virtual.plugins.context.DefaultOptions
 
size() - Method in interface org.jboss.virtual.spi.cache.CacheStatistics
Get cache size.
size() - Method in interface org.jboss.virtual.spi.Options
Get options size.
skip(long) - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryInputStream
 
SoftRefVFSCache - Class in org.jboss.virtual.plugins.cache
SoftRef vfs cache.
SoftRefVFSCache() - Constructor for class org.jboss.virtual.plugins.cache.SoftRefVFSCache
 
splitParentChild(String) - Static method in class org.jboss.virtual.plugins.context.zip.ZipEntryContext
Break to path + name
start() - Method in class org.jboss.virtual.plugins.cache.CachePolicyVFSCache
 
start() - Method in class org.jboss.virtual.plugins.cache.CombinedVFSCache
 
start() - Method in class org.jboss.virtual.plugins.cache.MapVFSCache
 
start() - Method in class org.jboss.virtual.plugins.cache.PreInitializeVFSContexts
Start initializer.
start() - Method in class org.jboss.virtual.spi.cache.helpers.NoopVFSCache
 
start() - Method in interface org.jboss.virtual.spi.cache.VFSCache
Start the cache.
staticLog - Static variable in class org.jboss.virtual.plugins.context.file.FileSystemContext
 
stop() - Method in class org.jboss.virtual.plugins.cache.CachePolicyVFSCache
 
stop() - Method in class org.jboss.virtual.plugins.cache.CombinedVFSCache
 
stop() - Method in class org.jboss.virtual.plugins.cache.MapVFSCache
 
stop() - Method in class org.jboss.virtual.plugins.cache.PreInitializeVFSContexts
Clear possible references.
stop() - Method in class org.jboss.virtual.spi.cache.helpers.NoopVFSCache
 
stop() - Method in interface org.jboss.virtual.spi.cache.VFSCache
Stop the cache.
stopCache() - Static method in class org.jboss.virtual.VFSUtils
Stop cache.
stripProtocol(URI) - Static method in class org.jboss.virtual.VFSUtils
Strip protocol from url string.
structuredFindChild(String) - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
Structured implementation of get child
StructuredVirtualFileHandler - Interface in org.jboss.virtual.plugins.context
A handler that has structure, i.e.
SuffixesExcludeFilter - Class in org.jboss.virtual.plugins.vfs.helpers
Filters out a set of suffixes
SuffixesExcludeFilter(Collection<String>) - Constructor for class org.jboss.virtual.plugins.vfs.helpers.SuffixesExcludeFilter
Create a new SuffixMatchFilter,
SuffixMatchFilter - Class in org.jboss.virtual.plugins.vfs.helpers
Matches a file name against a list of suffixes.
SuffixMatchFilter(String) - Constructor for class org.jboss.virtual.plugins.vfs.helpers.SuffixMatchFilter
Create a new SuffixMatchFilter, using VisitorAttributes.DEFAULT
SuffixMatchFilter(String, VisitorAttributes) - Constructor for class org.jboss.virtual.plugins.vfs.helpers.SuffixMatchFilter
Create a new SuffixMatchFilter.
SuffixMatchFilter(Collection<String>) - Constructor for class org.jboss.virtual.plugins.vfs.helpers.SuffixMatchFilter
Create a new SuffixMatchFilter.
SuffixMatchFilter(Collection<String>, VisitorAttributes) - Constructor for class org.jboss.virtual.plugins.vfs.helpers.SuffixMatchFilter
Create a new SuffixMatchFilter.
SynthenticDirEntryHandler - Class in org.jboss.virtual.plugins.context.jar
SynthenticDirEntryHandler represents non-existent directory jar entry.
SynthenticDirEntryHandler(VFSContext, VirtualFileHandler, String, long, URL) - Constructor for class org.jboss.virtual.plugins.context.jar.SynthenticDirEntryHandler
Create a new SynthenticDirEntryHandler.

T

temp(VirtualFile) - Static method in class org.jboss.virtual.VFSUtils
Create temp.
TempContext - Class in org.jboss.virtual.plugins.copy
Temp context;
TempContext(File, VFSContext, String) - Constructor for class org.jboss.virtual.plugins.copy.TempContext
 
TempCopyMechanism - Class in org.jboss.virtual.plugins.copy
Copy any non-temp file into temp dir.
TempCopyMechanism() - Constructor for class org.jboss.virtual.plugins.copy.TempCopyMechanism
 
TempInfo - Interface in org.jboss.virtual.spi
The temp info
TimedVFSCache - Class in org.jboss.virtual.plugins.cache
Timed cache policy vfs cache.
TimedVFSCache() - Constructor for class org.jboss.virtual.plugins.cache.TimedVFSCache
 
TimedVFSCache(Integer) - Constructor for class org.jboss.virtual.plugins.cache.TimedVFSCache
 
TimedVFSCache(Integer, Boolean, Integer) - Constructor for class org.jboss.virtual.plugins.cache.TimedVFSCache
 
TimedVFSCache(Map<Object, Object>) - Constructor for class org.jboss.virtual.plugins.cache.TimedVFSCache
 
toInternalVfsUrl() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
Get internal representation of vfs url.
toInternalVfsUrl() - Method in class org.jboss.virtual.plugins.context.file.FileHandler
 
toInternalVfsUrl() - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryHandler
 
toString() - Method in class org.jboss.virtual.plugins.cache.CombinedVFSCache
 
toString() - Method in class org.jboss.virtual.plugins.cache.LRUVFSCache
 
toString() - Method in class org.jboss.virtual.plugins.cache.TimedVFSCache
 
toString() - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
 
toString() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
 
toString() - Method in class org.jboss.virtual.plugins.context.jar.JarEntryContents
 
toString() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
 
toString() - Method in class org.jboss.virtual.plugins.context.temp.BasicTempInfo
 
toString() - Method in class org.jboss.virtual.VFS
 
toString() - Method in class org.jboss.virtual.VFSInputSource
 
toString() - Method in class org.jboss.virtual.VirtualFile
 
toStringLocal() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
 
toURI() - Method in class org.jboss.virtual.plugins.context.AbstractURIHandler
 
toURI() - Method in class org.jboss.virtual.plugins.context.AbstractURLHandler
 
toURI() - Method in class org.jboss.virtual.plugins.context.DelegatingHandler
 
toURI() - Method in class org.jboss.virtual.plugins.context.jar.JarEntryContents
 
toURI() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
 
toURI() - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler
 
toURI() - Method in class org.jboss.virtual.plugins.context.vfs.ByteArrayHandler
 
toURI() - Method in class org.jboss.virtual.plugins.context.zip.ZipEntryHandler
 
toURI() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Get the VF URI (file://root/org/jboss/X.java)
toURI(URL) - Static method in class org.jboss.virtual.VFSUtils
Deal with urls that may include spaces.
toURI() - Method in class org.jboss.virtual.VirtualFile
Get the VF URI (file://root/org/jboss/X.java)
toURL() - Method in class org.jboss.virtual.plugins.context.AbstractURLHandler
 
toURL() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
 
toURL() - Method in class org.jboss.virtual.plugins.context.DelegatingHandler
 
toURL() - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler
 
toURL() - Method in class org.jboss.virtual.plugins.context.vfs.ByteArrayHandler
 
toURL() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Get the VF URL (file://root/org/jboss/X.java)
toURL() - Method in class org.jboss.virtual.VirtualFile
Get the VF URL (file://root/org/jboss/X.java)
toVfsUrl() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
 
toVfsUrl() - Method in class org.jboss.virtual.plugins.context.DelegatingHandler
 
toVfsUrl() - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextHandler
 
toVfsUrl() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Get a VFS-based URL

U

unjar(File, VirtualFileHandler) - Static method in class org.jboss.virtual.plugins.copy.AbstractCopyMechanism
Unjar to copy parameter.
unjar(VirtualFile) - Static method in class org.jboss.virtual.VFSUtils
Unjar.
UnjarCopyMechanism - Class in org.jboss.virtual.plugins.copy
Unjar file into temp dir.
UnjarCopyMechanism() - Constructor for class org.jboss.virtual.plugins.copy.UnjarCopyMechanism
 
unpack(File, VirtualFileHandler, AbstractCopyMechanism.WriteRootChecker) - Static method in class org.jboss.virtual.plugins.copy.AbstractCopyMechanism
Unpack the root into file.
unpack(VirtualFile) - Static method in class org.jboss.virtual.VFSUtils
Unpack the nested artifact under file param.
UnpackCopyMechanism - Class in org.jboss.virtual.plugins.copy
Unpack nested file into temp dir.
UnpackCopyMechanism() - Constructor for class org.jboss.virtual.plugins.copy.UnpackCopyMechanism
 
unregister(ZipFileWrapper) - Method in class org.jboss.virtual.plugins.context.zip.ZipFileLockReaper
Unregister a ZipFileWrapper instance from this reaper
unregisterFactory(VFSContextFactory) - Static method in class org.jboss.virtual.spi.VFSContextFactoryLocator
Unregister a VFSContextFactory
unwrap(VirtualFileHandler) - Static method in class org.jboss.virtual.plugins.copy.AbstractCopyMechanism
Unwrap the handler from possible delegate handler.
USE_COPY_QUERY - Static variable in class org.jboss.virtual.VFSUtils
 

V

valueOf(String) - Static method in enum org.jboss.virtual.spi.VFSContextConstraints
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.virtual.spi.VFSContextConstraints
Returns an array containing the constants of this enum type, in the order they are declared.
VFS - Class in org.jboss.virtual
Virtual File System
VFS(VFSContext) - Constructor for class org.jboss.virtual.VFS
Create a new VFS.
VFS_CACHE_KEY - Static variable in class org.jboss.virtual.VFSUtils
Key used to determine VFS Cache impl
VFS_LINK_INFIX - Static variable in class org.jboss.virtual.VFSUtils
The link
VFS_LINK_NAME - Static variable in class org.jboss.virtual.VFSUtils
The link name
VFS_LINK_PROPERTIES_SUFFIX - Static variable in class org.jboss.virtual.VFSUtils
The link properties
VFS_LINK_TARGET - Static variable in class org.jboss.virtual.VFSUtils
The link target
VfsArchiveBrowser - Class in org.jboss.virtual.plugins.context
Deprecated.  
VfsArchiveBrowser(ArchiveBrowser.Filter, VirtualFile) - Constructor for class org.jboss.virtual.plugins.context.VfsArchiveBrowser
Deprecated.  
VfsArchiveBrowserFactory - Class in org.jboss.virtual.plugins.context
Deprecated.  
VfsArchiveBrowserFactory() - Constructor for class org.jboss.virtual.plugins.context.VfsArchiveBrowserFactory
Deprecated.  
VFSCache - Interface in org.jboss.virtual.spi.cache
Simple vfs cache interface.
VFSCacheFactory - Class in org.jboss.virtual.spi.cache
Simple vfs cache factory.
VFSContext - Interface in org.jboss.virtual.spi
A virtual file context
VFSContextConstraints - Enum in org.jboss.virtual.spi
A virtual file context constraints enum.
VFSContextFactory - Interface in org.jboss.virtual.spi
The entry point to obtaining a VFSContext for a given URL/URI root mount point
VFSContextFactoryLocator - Class in org.jboss.virtual.spi
A singleton factory for locating VFSContextFactory instances given VFS root URIs.
VFSContextFactoryLocator() - Constructor for class org.jboss.virtual.spi.VFSContextFactoryLocator
 
VFSInputSource - Class in org.jboss.virtual
VFS based impl of InputSource.
VFSInputSource(VirtualFile) - Constructor for class org.jboss.virtual.VFSInputSource
 
VFSRegistry - Class in org.jboss.virtual.spi.registry
VFS registry.
VFSRegistry() - Constructor for class org.jboss.virtual.spi.registry.VFSRegistry
 
VFSRegistryBuilder - Class in org.jboss.virtual.spi.registry
VFS registry.
VFSRegistryBuilder() - Constructor for class org.jboss.virtual.spi.registry.VFSRegistryBuilder
 
vfsurl - Variable in class org.jboss.virtual.plugins.vfs.VirtualFileURLConnection
 
VFSUtils - Class in org.jboss.virtual
VFS Utilities
VFSUtils() - Constructor for class org.jboss.virtual.VFSUtils
 
VirtualFile - Class in org.jboss.virtual
A virtual file as seen by the user
VirtualFile(VirtualFileHandler) - Constructor for class org.jboss.virtual.VirtualFile
Create a new VirtualFile.
VirtualFileFilter - Interface in org.jboss.virtual
A filter for virtual files
VirtualFileFilterWithAttributes - Interface in org.jboss.virtual
A filter for virtual files with attributes
VirtualFileHandler - Interface in org.jboss.virtual.spi
A virtual file handler
VirtualFileHandlerVisitor - Interface in org.jboss.virtual.spi
Visits a virtual file and its children
VirtualFileURLConnection - Class in org.jboss.virtual.plugins.vfs
Implements basic URLConnection for a VirtualFile
VirtualFileURLConnection(URL, URL, String) - Constructor for class org.jboss.virtual.plugins.vfs.VirtualFileURLConnection
 
VirtualFileURLConnection(URL, VirtualFile) - Constructor for class org.jboss.virtual.plugins.vfs.VirtualFileURLConnection
 
VirtualFileUrlStreamHandler - Class in org.jboss.virtual.plugins.vfs
Used when creating VFS urls so we don't have to go through the handlers all the time
VirtualFileUrlStreamHandler(VirtualFileHandler) - Constructor for class org.jboss.virtual.plugins.vfs.VirtualFileUrlStreamHandler
 
VirtualFileVisitor - Interface in org.jboss.virtual
Visits a virtual file and its children
visit(VirtualFileHandler, VirtualFileHandlerVisitor) - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
 
visit(VirtualFileHandler, VirtualFileHandlerVisitor, boolean, boolean, boolean, boolean, VirtualFileFilter) - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
Visit.
visit(VirtualFile) - Method in class org.jboss.virtual.plugins.vfs.helpers.FilterVirtualFileVisitor
 
visit(VirtualFileHandler) - Method in class org.jboss.virtual.plugins.vfs.helpers.WrappingVirtualFileHandlerVisitor
 
visit(VirtualFileHandler, VirtualFileHandlerVisitor) - Method in interface org.jboss.virtual.spi.VFSContext
Visit the virtual file system
visit(VirtualFileHandler) - Method in interface org.jboss.virtual.spi.VirtualFileHandlerVisitor
Visit a virtual file
visit(VirtualFileVisitor) - Method in class org.jboss.virtual.VFS
Visit the virtual file system from the root
visit(VirtualFile, VirtualFileVisitor) - Method in class org.jboss.virtual.VFS
Visit the virtual file system
visit(VirtualFileVisitor) - Method in class org.jboss.virtual.VirtualFile
Visit the virtual file system
visit(VirtualFile) - Method in interface org.jboss.virtual.VirtualFileVisitor
Visit a virtual file
VisitorAttributes - Class in org.jboss.virtual
Attributes used when visiting a virtual file system
VisitorAttributes() - Constructor for class org.jboss.virtual.VisitorAttributes
 

W

WeakRefVFSCache - Class in org.jboss.virtual.plugins.cache
WeakRef vfs cache.
WeakRefVFSCache() - Constructor for class org.jboss.virtual.plugins.cache.WeakRefVFSCache
 
WrappingVirtualFileHandlerVisitor - Class in org.jboss.virtual.plugins.vfs.helpers
A handler visitor that wraps a normal file visitor
WrappingVirtualFileHandlerVisitor(VirtualFileVisitor) - Constructor for class org.jboss.virtual.plugins.vfs.helpers.WrappingVirtualFileHandlerVisitor
Create a new WrappingVirtualFileHandlerVisitor.
writeLock() - Method in class org.jboss.virtual.plugins.cache.AbstractVFSCache
Write lock.
writeUnlock() - Method in class org.jboss.virtual.plugins.cache.AbstractVFSCache
Write unlock.

Z

ZipEntryContext - Class in org.jboss.virtual.plugins.context.zip
ZipEntryContext implements a VFSContext that exposes a zip archive as a virtual file system.
ZipEntryContext(URL) - Constructor for class org.jboss.virtual.plugins.context.zip.ZipEntryContext
Create a new ZipEntryContext
ZipEntryContext(URL, boolean) - Constructor for class org.jboss.virtual.plugins.context.zip.ZipEntryContext
Create a new ZipEntryContext
ZipEntryContext(URL, VirtualFileHandler, URL) - Constructor for class org.jboss.virtual.plugins.context.zip.ZipEntryContext
Create a new ZipEntryContext to be mounted into another context
ZipEntryContext(URL, VirtualFileHandler, URL, boolean) - Constructor for class org.jboss.virtual.plugins.context.zip.ZipEntryContext
Create a new ZipEntryContext to be mounted into another context
ZipEntryContext(URL, VirtualFileHandler, ZipWrapper, boolean) - Constructor for class org.jboss.virtual.plugins.context.zip.ZipEntryContext
Create a new ZipEntryContext to be mounted into another context
ZipEntryContextFactory - Class in org.jboss.virtual.plugins.context.zip
ContextFactory that keeps track of ZipEntryContexts
ZipEntryContextFactory() - Constructor for class org.jboss.virtual.plugins.context.zip.ZipEntryContextFactory
ZipEntryContextFactory registers two url protocols: zip and vfszip
ZipEntryHandler - Class in org.jboss.virtual.plugins.context.zip
Handler representing an individual file (ZipEntry) within ZipEntryContext
ZipEntryHandler(ZipEntryContext, AbstractVirtualFileHandler, String, boolean) - Constructor for class org.jboss.virtual.plugins.context.zip.ZipEntryHandler
Create a new ZipEntryHandler.
ZipEntryInputStream - Class in org.jboss.virtual.plugins.context.zip
ZipEntryInputStream is part of ZipFileWrapper implementation.
ZipEntryTempInfo - Class in org.jboss.virtual.plugins.context.zip
ZipEntry temp info.
ZipEntryTempInfo(String, File, VirtualFileHandler, ZipEntryContext) - Constructor for class org.jboss.virtual.plugins.context.zip.ZipEntryTempInfo
 
ZipFileLockReaper - Class in org.jboss.virtual.plugins.context.zip
A monitoring object that closes ZipFiles when they haven't been used for a while

A B C D E F G H I J L M N O P R S T U V W Z

Copyright © 2011 JBoss, A division of Red Hat, Inc. All Rights Reserved.