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

All Superinterfaces:
Deployment, PredeterminedManagedObjectAttachments, Serializable
All Known Implementing Classes:
AbstractVFSDeployment

public interface VFSDeployment
extends 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 © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.