|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VFSDeploymentContext
VFSDeploymentContext.
| Method Summary | |
|---|---|
List<org.jboss.virtual.VirtualFile> |
getClassPath()
Get the class path |
org.jboss.virtual.VirtualFile |
getFile(String name)
Gets a file from this deployment |
org.jboss.virtual.VirtualFile |
getMetaDataFile(String name)
Gets a metadata file |
List<org.jboss.virtual.VirtualFile> |
getMetaDataFiles(String name,
String suffix)
Gets metadata files for this deployment |
List<org.jboss.virtual.VirtualFile> |
getMetaDataLocations()
Get the meta data locations |
VFSDeploymentResourceLoader |
getResourceLoader()
Get a resource loader |
org.jboss.virtual.VirtualFile |
getRoot()
Get the root file |
VFSDeploymentContext |
getTopLevel()
Get the top level deployment context |
void |
setClassPath(List<org.jboss.virtual.VirtualFile> paths)
Set the class path |
void |
setMetaDataLocations(List<org.jboss.virtual.VirtualFile> locations)
Set the meta data locations |
void |
setMetaDataPath(List<String> paths)
Set the meta data path relative to the root |
| Methods inherited from interface org.jboss.deployers.structure.spi.DeploymentContext |
|---|
addChild, addComponent, addControllerContextName, cleanup, createClassLoader, deployed, getChildren, getClassLoader, getComparator, getComponents, getControllerContextNames, getDependencyInfo, getDeployment, getDeploymentUnit, getMetaData, getMutableMetaData, getMutableScope, getName, getParent, getProblem, getRelativeOrder, getRelativePath, getResourceClassLoader, getScope, getSimpleName, getState, getTypes, isComponent, isDeployed, isTopLevel, removeChild, removeClassLoader, removeClassLoader, removeComponent, removeControllerContextName, setClassLoader, setComparator, setDeployment, setDeploymentUnit, setMutableScope, setParent, setProblem, setRelativeOrder, setScope, setState, visit |
| Methods inherited from interface org.jboss.deployers.spi.attachments.ManagedObjectsWithTransientAttachments |
|---|
getTransientAttachments |
| Methods inherited from interface org.jboss.deployers.spi.attachments.ManagedObjectAttachments |
|---|
getTransientManagedObjects |
| Methods inherited from interface org.jboss.deployers.spi.attachments.PredeterminedManagedObjectAttachments |
|---|
getPredeterminedManagedObjects, setPredeterminedManagedObjects |
| Method Detail |
|---|
org.jboss.virtual.VirtualFile getRoot()
void setMetaDataPath(List<String> paths)
paths - the pathList<org.jboss.virtual.VirtualFile> getMetaDataLocations()
void setMetaDataLocations(List<org.jboss.virtual.VirtualFile> locations)
locations - the meta data locationorg.jboss.virtual.VirtualFile getMetaDataFile(String name)
name - the name to exactly match
IllegalArgumentException - for a null name
List<org.jboss.virtual.VirtualFile> getMetaDataFiles(String name,
String suffix)
name - the name to exactly matchsuffix - the suffix to partially match
IllegalArgumentException - if both the name and suffix are nullorg.jboss.virtual.VirtualFile getFile(String name)
name - the name to exactly match
IllegalArgumentException - if both the nameList<org.jboss.virtual.VirtualFile> getClassPath()
void setClassPath(List<org.jboss.virtual.VirtualFile> paths)
paths - the pathsVFSDeploymentContext getTopLevel()
getTopLevel in interface org.jboss.deployers.structure.spi.DeploymentContextVFSDeploymentResourceLoader getResourceLoader()
getResourceLoader in interface org.jboss.deployers.structure.spi.DeploymentContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||