|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VFSDeploymentUnit
VFSDeploymentUnit.
| Method Summary | |
|---|---|
List<org.jboss.virtual.VirtualFile> |
getClassPath()
Get the class path |
org.jboss.virtual.VirtualFile |
getFile(String path)
Get a virtual file |
org.jboss.virtual.VirtualFile |
getMetaDataFile(String name)
Gets a metadata file. |
List<org.jboss.virtual.VirtualFile> |
getMetaDataFiles(String name,
String suffix)
Gets the metadata files for this deployment unit |
VFSDeploymentUnit |
getParent()
Get the parent deployment unit |
VFSDeploymentResourceLoader |
getResourceLoader()
Get a resource loader |
org.jboss.virtual.VirtualFile |
getRoot()
Get the root |
VFSDeploymentUnit |
getTopLevel()
Get the top leve deployment unit |
List<VFSDeploymentUnit> |
getVFSChildren()
Get the children |
void |
setClassPath(List<org.jboss.virtual.VirtualFile> classPath)
Set the classpath |
| Methods inherited from interface org.jboss.deployers.structure.spi.DeploymentUnit |
|---|
addComponent, addControllerContextName, addIDependOn, createClassLoader, getAllMetaData, getChildren, getClassLoader, getComponents, getControllerContextNames, getDependencyInfo, getMetaData, getMutableMetaData, getMutableScope, getName, getRelativePath, getResourceClassLoader, getScope, getSimpleName, getTransientManagedObjects, getTypes, isComponent, removeClassLoader, removeComponent, removeControllerContextName, removeIDependOn, setMutableScope, setScope |
| Methods inherited from interface org.jboss.deployers.spi.attachments.MutableAttachments |
|---|
addAttachment, addAttachment, addAttachment, clear, clearChangeCount, getChangeCount, removeAttachment, removeAttachment, removeAttachment, setAttachments |
| Methods inherited from interface org.jboss.deployers.spi.attachments.Attachments |
|---|
getAttachment, getAttachment, getAttachment, getAttachments, hasAttachments, isAttachmentPresent, isAttachmentPresent, isAttachmentPresent |
| Method Detail |
|---|
org.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 nullVFSDeploymentResourceLoader getResourceLoader()
getResourceLoader in interface org.jboss.deployers.structure.spi.DeploymentUnitorg.jboss.virtual.VirtualFile getFile(String path)
path - the relative path of the file
org.jboss.virtual.VirtualFile getRoot()
List<org.jboss.virtual.VirtualFile> getClassPath()
void setClassPath(List<org.jboss.virtual.VirtualFile> classPath)
classPath - the classpathVFSDeploymentUnit getTopLevel()
getTopLevel in interface org.jboss.deployers.structure.spi.DeploymentUnitVFSDeploymentUnit getParent()
getParent in interface org.jboss.deployers.structure.spi.DeploymentUnitList<VFSDeploymentUnit> getVFSChildren()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||