protected void disposeDeployXmlWatchDog(File deployDir) {
dDWatchDogsByPath.remove(new File(deployDir, "deploy.xml").getAbsolutePath());
}
protected SystemSchedulesConfig createSystemSchedulesConfig(File configRoot) {
return new SystemSchedulesConfig(configRoot);
}