Save This Page
Home » JBoss-5.1.0 » org.jboss.deployers.vfs.spi » client » [javadoc | source]
org.jboss.deployers.vfs.spi.client
abstract public class: VFSDeploymentFactory [javadoc | source]
java.lang.Object
   org.jboss.deployers.client.spi.DeploymentFactory
      org.jboss.deployers.vfs.spi.client.VFSDeploymentFactory

Direct Known Subclasses:
    DefaultVFSDeploymentFactory

VFSDeploymentFactory.
Method from org.jboss.deployers.vfs.spi.client.VFSDeploymentFactory Summary:
createVFSDeployment,   getInstance,   newVFSDeployment
Methods from org.jboss.deployers.client.spi.DeploymentFactory:
addContext,   addContext,   addContext,   addContext,   assureStructure,   createClassPath,   createClassPath,   createClassPathEntry,   createClassPathEntry
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.deployers.vfs.spi.client.VFSDeploymentFactory Detail:
 public VFSDeployment createVFSDeployment(VirtualFile root) 
    Create a new VFS deployment
 public static VFSDeploymentFactory getInstance() 
    Get an instance of the factory
 abstract protected VFSDeployment newVFSDeployment(VirtualFile root)
    Create a new VFS deployment