org.jboss.deployers.vfs.plugins.structure
Interface AbstractVFSDeploymentContextMBean

All Superinterfaces:
AbstractDeploymentContextMBean, DeploymentMBean
All Known Implementing Classes:
AbstractVFSDeploymentContext

public interface AbstractVFSDeploymentContextMBean
extends AbstractDeploymentContextMBean

AbstractVFSDeploymentContextMBean.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Method Summary
 List<org.jboss.virtual.VirtualFile> getClassPath()
          Get the class path
 List<org.jboss.virtual.VirtualFile> getMetaDataLocations()
          Get the meta data locations
 org.jboss.virtual.VirtualFile getRoot()
          Get the root file
 
Methods inherited from interface org.jboss.deployers.structure.spi.helpers.AbstractDeploymentContextMBean
listAttachments
 
Methods inherited from interface org.jboss.deployers.structure.spi.DeploymentMBean
getChildNames, getClassLoaderName, getComparator, getComponentNames, getControllerContextNames, getDependencyInfo, getMutableScope, getName, getObjectName, getParentName, getProblem, getRelativeOrder, getRelativePath, getScope, getSimpleName, getState, getTopLevelName, isComponent, isDeployed, isTopLevel
 

Method Detail

getRoot

org.jboss.virtual.VirtualFile getRoot()
Get the root file

Returns:
the root

getMetaDataLocations

List<org.jboss.virtual.VirtualFile> getMetaDataLocations()
Get the meta data locations

Returns:
the meta data locations

getClassPath

List<org.jboss.virtual.VirtualFile> getClassPath()
Get the class path

Returns:
the class path


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