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

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

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

Classes in org.jboss.virtual.plugins.context that implement VFSContextFactory
 class AbstractContextFactory
          Abstract context factory.
 

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.plugins.context.memory
 

Classes in org.jboss.virtual.plugins.context.memory that implement VFSContextFactory
 class MemoryContextFactory
          Singelton implementation of a MemoryContextFactory.
 

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

Classes in org.jboss.virtual.plugins.context.zip that implement VFSContextFactory
 class ZipEntryContextFactory
          ContextFactory that keeps track of ZipEntryContexts
 

Uses of VFSContextFactory in org.jboss.virtual.spi
 

Methods in org.jboss.virtual.spi that return VFSContextFactory
static VFSContextFactory VFSContextFactoryLocator.getFactory(URI rootURI)
          Return the VFSContextFactory for the VFS mount point specified by the rootURI.
static VFSContextFactory VFSContextFactoryLocator.getFactory(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
 



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