/* */
/* */ public DeploymentRepository getProfileDeploymentRepository(ProfileKey key)
/* */ throws Exception, NoSuchProfileException
/* */ {
/* 134 */ DeploymentRepository repository = this.repositoryFactory.getDeploymentRepository(key);
/* 135 */ repository.load();
/* 136 */ return repository;
/* */ }
/* */
/* */ public void removeProfileDeploymentRepository(ProfileKey key)
/* */ throws Exception, NoSuchProfileException