|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.deployers.structure.spi.helpers.AbstractStructuralDeployers
org.jboss.deployers.vfs.plugins.structure.VFSStructuralDeployersImpl
public class VFSStructuralDeployersImpl
VFSStructuralDeployersImpl.
Constructor Summary | |
---|---|
VFSStructuralDeployersImpl()
Create a new VFSStructuralDeployers. |
|
VFSStructuralDeployersImpl(Set<StructureDeployer> structureDeployers)
Create a new VFSStructurealDeployers. |
Method Summary | |
---|---|
void |
addDeployer(StructureDeployer deployer)
Add a structure deployer |
protected void |
determineStructure(Deployment deployment,
StructureMetaData structure)
|
boolean |
determineStructure(org.jboss.virtual.VirtualFile file,
StructureContext parentContext)
Determine the structure of a virtual file |
protected boolean |
doDetermineStructure(StructureContext context)
Determine the structure |
Set<StructureDeployer> |
getDeployers()
Get the structureDeployers. |
void |
removeDeployer(StructureDeployer deployer)
Remove a structure deployer |
void |
setDeployers(Set<StructureDeployer> deployers)
Set the structureDeployers. |
Methods inherited from class org.jboss.deployers.structure.spi.helpers.AbstractStructuralDeployers |
---|
determineStructure, getStructureBuilder, setStructureBuilder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VFSStructuralDeployersImpl()
public VFSStructuralDeployersImpl(Set<StructureDeployer> structureDeployers)
structureDeployers
- the given deployers
IllegalArgumentException
- for null deployersMethod Detail |
---|
public Set<StructureDeployer> getDeployers()
public void setDeployers(Set<StructureDeployer> deployers)
deployers
- the structureDeployers.
IllegalArgumentException
- for null deployerspublic void addDeployer(StructureDeployer deployer)
deployer
- the deployerpublic void removeDeployer(StructureDeployer deployer)
deployer
- the deployerpublic boolean determineStructure(org.jboss.virtual.VirtualFile file, StructureContext parentContext) throws DeploymentException
VFSStructuralDeployers
determineStructure
in interface VFSStructuralDeployers
file
- the virtual fileparentContext
- the parent context
DeploymentException
- for any errorprotected boolean doDetermineStructure(StructureContext context) throws DeploymentException
context
- the structure context
DeploymentException
- for any errorprotected void determineStructure(Deployment deployment, StructureMetaData structure) throws Exception
determineStructure
in class AbstractStructuralDeployers
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |