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

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


    * @param subProfiles the sub profiles
    * @return the profile
    */
   protected Profile createNoopProfile(ProfileKey key, ProfileMetaData metaData, List<ProfileKey> subProfiles)
   {
      return new NoopProfile(key, subProfiles);
   }
View Full Code Here

TOP

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

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.