Package org.jboss.system.server.profile.repository

Examples of org.jboss.system.server.profile.repository.AbstractProfile


     
      // Start to create the profile
      DeploymentRepository repository = profileRepository.createProfileDeploymentRepository(key, metaData);
     
      // Create the profile
      AbstractProfile profile = new AbstractProfile(repository, key);
     
      // Copy the sub-profile keys
      profile.setSubProfiles(subProfiles);
     
      return profile;
   }
View Full Code Here

TOP

Related Classes of org.jboss.system.server.profile.repository.AbstractProfile

Copyright © 2018 www.massapicom. 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.