|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.deployers.structure.spi.helpers.AbstractStructureBuilder
org.jboss.deployers.vfs.plugins.structure.VFSStructureBuilder
public class VFSStructureBuilder
VFSStructureBuilder.
Constructor Summary | |
---|---|
VFSStructureBuilder()
|
Method Summary | |
---|---|
protected void |
applyContextInfo(DeploymentContext context,
ContextInfo contextInfo)
Apply the context info. |
protected org.jboss.virtual.VirtualFile |
applyModification(org.jboss.virtual.VirtualFile file,
ContextInfo contextInfo)
Apply modification if it exists. |
protected DeploymentContext |
createChildDeploymentContext(DeploymentContext parent,
ContextInfo child)
Create a child deployment context |
protected DeploymentContext |
createRootDeploymentContext(Deployment deployment,
StructureMetaData metaData)
Create the root deployment context |
Methods inherited from class org.jboss.deployers.structure.spi.helpers.AbstractStructureBuilder |
---|
applyComparator, applyStructureMetaData, createRootDeploymentContext, getStructureProcessor, populateContext, populateContext, prepareContextInfo, prepareStructureMetaData, setStructureProcessor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VFSStructureBuilder()
Method Detail |
---|
protected DeploymentContext createRootDeploymentContext(Deployment deployment, StructureMetaData metaData) throws Exception
AbstractStructureBuilder
createRootDeploymentContext
in class AbstractStructureBuilder
deployment
- the deploymentmetaData
- the structure meta data
Exception
- for any errorprotected DeploymentContext createChildDeploymentContext(DeploymentContext parent, ContextInfo child) throws Exception
AbstractStructureBuilder
createChildDeploymentContext
in class AbstractStructureBuilder
parent
- the parent deployment contextchild
- the child context
Exception
- for any errorprotected org.jboss.virtual.VirtualFile applyModification(org.jboss.virtual.VirtualFile file, ContextInfo contextInfo) throws Exception
file
- the filecontextInfo
- the context info
Exception
- for any errorprotected void applyContextInfo(DeploymentContext context, ContextInfo contextInfo) throws Exception
AbstractStructureBuilder
applyContextInfo
in class AbstractStructureBuilder
context
- the contextcontextInfo
- the contextInfo
Exception
- for any error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |