org.jboss.deployers.vfs.spi.client
Interface VFSDeployment

All Superinterfaces:
org.jboss.deployers.client.spi.Deployment, org.jboss.deployers.spi.attachments.PredeterminedManagedObjectAttachments, Serializable

public interface VFSDeployment
extends org.jboss.deployers.client.spi.Deployment

VFSDeployment.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Method Summary
 org.jboss.virtual.VirtualFile getRoot()
          Get the root of the deployment
 
Methods inherited from interface org.jboss.deployers.client.spi.Deployment
getName, getSimpleName, getTypes, setTypes
 
Methods inherited from interface org.jboss.deployers.spi.attachments.PredeterminedManagedObjectAttachments
getPredeterminedManagedObjects, setPredeterminedManagedObjects
 

Method Detail

getRoot

org.jboss.virtual.VirtualFile getRoot()
Get the root of the deployment

Returns:
the root


Copyright ? 2007 JBoss Inc.. All Rights Reserved.