/* */
/* */ public DeploymentRepository createProfileDeploymentRepository(ProfileKey key)
/* */ throws Exception
/* */ {
/* 123 */ DeploymentRepository repository = this.repositoryFactory.getDeploymentRepository(key);
/* 124 */ repository.create();
/* 125 */ return repository;
/* */ }
/* */
/* */ public DeploymentRepository getProfileDeploymentRepository(ProfileKey key)
/* */ throws Exception, NoSuchProfileException