* @return the sorted deployers
*/
protected List<Deployer> insert(List<Deployer> original, Deployer newDeployer)
{
DeployerSorter sorter = DeployerSorterFactory.newSorter();
return sorter.sortDeployers(original, newDeployer);
}
/**
* Set the deployment state for a context and its children
*