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

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


  
   @Override
   public Profile createProfile(ProfileKey key, ProfileMetaData metaData, List<ProfileKey> subProfiles)
         throws URISyntaxException
   {
      return new AbstractImmutableProfile(key, createURIs(metaData), subProfiles);
   }
View Full Code Here

TOP

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

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.