Package org.jboss.profileservice.spi

Examples of org.jboss.profileservice.spi.DeploymentRepository.create()


/*     */
/*     */   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
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.