VFSStructuralDeployersImpl structuralDeployers = new TestStructuralDeployers();
VFSStructureBuilder builder = getStructureBuilder();
structuralDeployers.setStructureBuilder(builder);
for (StructureDeployer deployer : deployers)
structuralDeployers.addDeployer(deployer);
return (VFSDeploymentContext) structuralDeployers.determineStructure(deployment);
}
protected Deployment createDefaultDeployment() throws Exception