Uses of Interface
org.jboss.virtual.spi.VFSContext

Packages that use VFSContext
org.jboss.virtual   
org.jboss.virtual.plugins.context   
org.jboss.virtual.plugins.context.file   
org.jboss.virtual.plugins.context.jar   
org.jboss.virtual.spi   
 

Uses of VFSContext in org.jboss.virtual
 

Constructors in org.jboss.virtual with parameters of type VFSContext
VFS(VFSContext context)
          Create a new VFS.
 

Uses of VFSContext in org.jboss.virtual.plugins.context
 

Classes in org.jboss.virtual.plugins.context that implement VFSContext
 class AbstractVFSContext
          AbstractVFSContext.
 

Methods in org.jboss.virtual.plugins.context that return VFSContext
 VFSContext AbstractVirtualFileHandler.getVFSContext()
           
 

Constructors in org.jboss.virtual.plugins.context with parameters of type VFSContext
AbstractURIHandler(VFSContext context, VirtualFileHandler parent, java.net.URI uri, java.lang.String name)
          Create a newURLHandler.
AbstractURLHandler(VFSContext context, VirtualFileHandler parent, java.net.URL url, java.lang.String name)
          Create a newURLHandler.
AbstractVirtualFileHandler(VFSContext context, VirtualFileHandler parent, java.lang.String name)
          Create a new handler
DelegatingHandler(VFSContext context, VirtualFileHandler parent, java.lang.String name, VirtualFileHandler delegate)
          Create a DelegatingHandler
 

Uses of VFSContext in org.jboss.virtual.plugins.context.file
 

Classes in org.jboss.virtual.plugins.context.file that implement VFSContext
 class FileSystemContext
          FileSystemContext.
 

Methods in org.jboss.virtual.plugins.context.file that return VFSContext
 VFSContext FileSystemContextFactory.getVFS(java.net.URI root)
           
 VFSContext FileSystemContextFactory.getVFS(java.net.URL root)
           
 

Uses of VFSContext in org.jboss.virtual.plugins.context.jar
 

Classes in org.jboss.virtual.plugins.context.jar that implement VFSContext
 class JarContext
          JarContext.
 

Methods in org.jboss.virtual.plugins.context.jar that return VFSContext
 VFSContext JarContextFactory.getVFS(java.net.URI root)
           
 VFSContext JarContextFactory.getVFS(java.net.URL root)
           
 

Methods in org.jboss.virtual.plugins.context.jar with parameters of type VFSContext
static NestedJarHandler NestedJarHandler.create(VFSContext context, VirtualFileHandler parent, java.util.jar.JarFile parentJar, java.util.jar.JarEntry entry, java.net.URL url, java.lang.String entryName)
           
 

Constructors in org.jboss.virtual.plugins.context.jar with parameters of type VFSContext
AbstractJarHandler(VFSContext context, VirtualFileHandler parent, java.net.URL url, java.lang.String name)
          Create a new JarHandler.
JarEntryHandler(VFSContext context, VirtualFileHandler parent, java.util.jar.JarFile jar, java.util.jar.JarEntry entry, java.lang.String entryName, java.net.URL url)
          Create a new JarHandler.
JarHandler(VFSContext context, VirtualFileHandler parent, java.io.File file, java.net.URL url, java.lang.String name)
           
JarHandler(VFSContext context, VirtualFileHandler parent, java.net.URL url, java.lang.String name)
          Create a new JarHandler.
NestedJarFromStream(VFSContext context, VirtualFileHandler parent, java.util.zip.ZipInputStream zis, java.net.URL jarURL, java.util.zip.ZipEntry entry)
          Create a nested jar from the parent zip inputstream/zip entry.
NestedJarHandler(VFSContext context, VirtualFileHandler parent, java.util.jar.JarFile parentJar, java.util.jar.JarEntry entry, java.net.URL original, java.io.File temp, java.lang.String entryName)
          Create a new NestedJarHandler.
NoCopyNestedJarHandler(VFSContext context, VirtualFileHandler parent, java.util.jar.JarFile parentJar, java.util.jar.JarEntry entry, java.net.URL url)
          Create a new NestedJarHandler.
SynthenticDirEntryHandler(VFSContext context, VirtualFileHandler parent, java.lang.String entryName, long lastModified, java.net.URL url)
          Create a new SynthenticDirEntryHandler.
 

Uses of VFSContext in org.jboss.virtual.spi
 

Methods in org.jboss.virtual.spi that return VFSContext
 VFSContext VFSContextFactory.getVFS(java.net.URI rootURI)
          Obtain a vfs context for the given root uri.
 VFSContext VFSContextFactory.getVFS(java.net.URL rootURL)
          Obtain a vfs context for the given root url.
 VFSContext VirtualFileHandler.getVFSContext()
          Get the VFSContext this file belongs to