|
||||||||||
| 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
public class AbstractStructureBuilder
AbstractStructureBuilder.
| Constructor Summary | |
|---|---|
AbstractStructureBuilder()
|
|
| Method Summary | |
|---|---|
protected void |
applyComparator(DeploymentContext context,
org.jboss.deployers.spi.structure.ContextInfo contextInfo)
Try to apply the comparator |
protected void |
applyContextInfo(DeploymentContext context,
org.jboss.deployers.spi.structure.ContextInfo contextInfo)
Apply the context info. |
protected DeploymentContext |
createChildDeploymentContext(DeploymentContext parent,
org.jboss.deployers.spi.structure.ContextInfo child)
Create a child deployment context |
protected DeploymentContext |
createRootDeploymentContext(org.jboss.deployers.client.spi.Deployment deployment)
Create the root deployment context |
protected void |
populateContext(DeploymentContext context,
org.jboss.deployers.spi.structure.StructureMetaData metaData)
Populate the child deployment contexts |
DeploymentContext |
populateContext(org.jboss.deployers.client.spi.Deployment deployment,
org.jboss.deployers.spi.structure.StructureMetaData metaData)
Create the tree |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractStructureBuilder()
| Method Detail |
|---|
public DeploymentContext populateContext(org.jboss.deployers.client.spi.Deployment deployment,
org.jboss.deployers.spi.structure.StructureMetaData metaData)
throws org.jboss.deployers.spi.DeploymentException
StructureBuilder
populateContext in interface StructureBuilderdeployment - the deploymentmetaData - the metaData
org.jboss.deployers.spi.DeploymentException - for any error
protected void populateContext(DeploymentContext context,
org.jboss.deployers.spi.structure.StructureMetaData metaData)
throws Exception
context - the contextmetaData - the metadata
Exception - for any error
protected void applyContextInfo(DeploymentContext context,
org.jboss.deployers.spi.structure.ContextInfo contextInfo)
throws Exception
context - the contextcontextInfo - the contextInfo
Exception - for any error
protected void applyComparator(DeploymentContext context,
org.jboss.deployers.spi.structure.ContextInfo contextInfo)
throws Exception
context - the contextcontextInfo - the contextInfo
Exception - for any error
protected DeploymentContext createRootDeploymentContext(org.jboss.deployers.client.spi.Deployment deployment)
throws Exception
deployment - the deployment
Exception - for any error
protected DeploymentContext createChildDeploymentContext(DeploymentContext parent,
org.jboss.deployers.spi.structure.ContextInfo child)
throws Exception
parent - the parent deployment contextchild - the child context
Exception - for any error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||