|
||||||||||
| 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,
ContextInfo contextInfo)
Try to apply the comparator |
protected void |
applyContextInfo(DeploymentContext context,
ContextInfo contextInfo)
Apply the context info. |
protected void |
applyStructureMetaData(DeploymentContext deploymentContext,
StructureMetaData structureMetaData)
Apply the structure metadata. |
protected DeploymentContext |
createChildDeploymentContext(DeploymentContext parent,
ContextInfo child)
Create a child deployment context |
protected DeploymentContext |
createRootDeploymentContext(Deployment deployment)
Create the root deployment context |
protected DeploymentContext |
createRootDeploymentContext(Deployment deployment,
StructureMetaData metaData)
Create the root deployment context |
protected StructureProcessor |
getStructureProcessor()
Get the context info processor. |
protected void |
populateContext(DeploymentContext context,
StructureMetaData metaData)
Populate the child deployment contexts |
DeploymentContext |
populateContext(Deployment deployment,
StructureMetaData metaData)
Create the tree |
protected void |
prepareContextInfo(DeploymentContext parentDeploymentContext,
ContextInfo contextInfo)
Prepare the structure metadata. |
protected void |
prepareStructureMetaData(Deployment deploymentContext,
StructureMetaData structureMetaData)
Prepare the structure metadata. |
void |
setStructureProcessor(StructureProcessor structureProcessor)
Set structure processor. |
| 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(Deployment deployment,
StructureMetaData metaData)
throws DeploymentException
StructureBuilder
populateContext in interface StructureBuilderdeployment - the deploymentmetaData - the metaData
DeploymentException - for any error
protected void populateContext(DeploymentContext context,
StructureMetaData metaData)
throws Exception
context - the contextmetaData - the metadata
Exception - for any error
protected void prepareStructureMetaData(Deployment deploymentContext,
StructureMetaData structureMetaData)
deploymentContext - the deploymentstructureMetaData - the structure metadata
protected void prepareContextInfo(DeploymentContext parentDeploymentContext,
ContextInfo contextInfo)
parentDeploymentContext - the parent deployment contextcontextInfo - the context info
protected void applyStructureMetaData(DeploymentContext deploymentContext,
StructureMetaData structureMetaData)
deploymentContext - the parent deployment contextstructureMetaData - the structure metadata
protected void applyContextInfo(DeploymentContext context,
ContextInfo contextInfo)
throws Exception
context - the contextcontextInfo - the contextInfo
Exception - for any error
protected void applyComparator(DeploymentContext context,
ContextInfo contextInfo)
throws Exception
context - the contextcontextInfo - the contextInfo
Exception - for any error
protected DeploymentContext createRootDeploymentContext(Deployment deployment,
StructureMetaData metaData)
throws Exception
deployment - the deploymentmetaData - the structure meta data
Exception - for any error
protected DeploymentContext createRootDeploymentContext(Deployment deployment)
throws Exception
deployment - the deployment
Exception - for any error
protected DeploymentContext createChildDeploymentContext(DeploymentContext parent,
ContextInfo child)
throws Exception
parent - the parent deployment contextchild - the child context
Exception - for any errorpublic void setStructureProcessor(StructureProcessor structureProcessor)
structureProcessor - the context info processorprotected StructureProcessor getStructureProcessor()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||