org.jboss.deployers.vfs.plugins.client
Class DefaultVFSDeploymentFactory

java.lang.Object
  extended by org.jboss.deployers.client.spi.DeploymentFactory
      extended by org.jboss.deployers.vfs.spi.client.VFSDeploymentFactory
          extended by org.jboss.deployers.vfs.plugins.client.DefaultVFSDeploymentFactory

public class DefaultVFSDeploymentFactory
extends VFSDeploymentFactory

DefaultVFSDeploymentFactory.

Version:
$Revision: 1.1 $
Author:
Adrian Brock, Ales Justin

Field Summary
protected  org.jboss.logging.Logger log
          The log
 
Constructor Summary
DefaultVFSDeploymentFactory()
           
 
Method Summary
protected  VFSDeployment newVFSDeployment(org.jboss.virtual.VirtualFile root)
          Create a new VFS deployment
 
Methods inherited from class org.jboss.deployers.vfs.spi.client.VFSDeploymentFactory
createVFSDeployment, getInstance
 
Methods inherited from class org.jboss.deployers.client.spi.DeploymentFactory
addContext, addContext, addContext, addContext, assureStructure, createClassPath, createClassPath, createClassPathEntry, createClassPathEntry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected org.jboss.logging.Logger log
The log

Constructor Detail

DefaultVFSDeploymentFactory

public DefaultVFSDeploymentFactory()
Method Detail

newVFSDeployment

protected VFSDeployment newVFSDeployment(org.jboss.virtual.VirtualFile root)
Description copied from class: VFSDeploymentFactory
Create a new VFS deployment

Specified by:
newVFSDeployment in class VFSDeploymentFactory
Parameters:
root - the root virtual file
Returns:
the deployment


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