structuralDeployers.setStructureBuilder(builder);
for (StructureDeployer deployer : deployers)
structuralDeployers.addDeployer(deployer);
return (VFSDeploymentContext) structuralDeployers.determineStructure(deployment);
}
protected Deployment createDefaultDeployment() throws Exception
{
return createDeployment(new DeclaredStructure(), new ChildFileStructure(), new JARStructure());