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

Examples of org.jboss.system.server.profile.repository.metadata.EmptyProfileMetaData


      // Create applications profile meta data
      String[] rootSubProfiles = createApplicationProfiles(subprofileNames);
     
      // Create empty root profile;
      ProfileMetaData root = new EmptyProfileMetaData(
            null, null, rootKey.getName(), createSubProfileMetaData(rootSubProfiles));

      // Add to profile map
      addProfile(rootKey, root);
   }
View Full Code Here

TOP

Related Classes of org.jboss.system.server.profile.repository.metadata.EmptyProfileMetaData

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.