Examples of ProfilesMetaDataFactory


Examples of org.jboss.profileservice.metadata.ProfilesMetaDataFactory

   protected void populateProfileRepository() throws Exception
   {
      if(getProfilesLocation() != null)
      {
         ProfilesMetaDataFactory metadataFactory = new ProfilesMetaDataFactory();
         metadataFactory.parse(getProfilesLocation());
         Map<String, ProfileMetaData> profiles = metadataFactory.getProfiles();
         for(ProfileMetaData metaData : profiles.values())
         {
            profileRepository.getProfileRepository().registerMetaData(metaData);
         }
      }
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.