}
private void forEachDeployedDeployment(Operation<Container, Deployment> operation) throws Exception
{
DeploymentScenario scenario = this.deploymentScenario.get();
forEachDeployment(scenario.deployedDeploymentsInUnDeployOrder(), operation);
}
private void forEachDeployment(List<Deployment> deployments, Operation<Container, Deployment> operation) throws Exception
{
injector.get().inject(operation);