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

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

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

Classes in org.jboss.virtual.plugins.context.file that implement VFSContextFactory
 class FileSystemContextFactory
          A file system context factory
 

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

Classes in org.jboss.virtual.plugins.context.jar that implement VFSContextFactory
 class JarContextFactory
          A jar context factory
 

Uses of VFSContextFactory in org.jboss.virtual.spi
 

Methods in org.jboss.virtual.spi that return VFSContextFactory
static VFSContextFactory VFSContextFactoryLocator.getFactory(java.net.URI rootURI)
          Return the VFSContextFactory for the VFS mount point specified by the rootURI.
static VFSContextFactory VFSContextFactoryLocator.getFactory(java.net.URL rootURL)
          Return the VFSContextFactory for the VFS mount point specified by the rootURL.
 

Methods in org.jboss.virtual.spi with parameters of type VFSContextFactory
static void VFSContextFactoryLocator.registerFactory(VFSContextFactory factory)
          Register a new VFSContextFactory
static boolean VFSContextFactoryLocator.unregisterFactory(VFSContextFactory factory)
          Unregister a VFSContextFactory