Uses of Interface
org.jboss.profileservice.spi.Profile

Packages that use Profile
org.jboss.profileservice.spi   
 

Uses of Profile in org.jboss.profileservice.spi
 

Subinterfaces of Profile in org.jboss.profileservice.spi
 interface MutableProfile
          A mutable profile.
 

Methods in org.jboss.profileservice.spi that return Profile
 Profile ProfileFactory.createProfile(ProfileKey key, ProfileMetaData metaData)
          Create a profile based on the meta data.
 Profile ProfileService.getActiveProfile(ProfileKey key)
          Obtain a activated profile for the key.
 Profile ProfileService.getProfile(ProfileKey key)
          Obtain the registered profile for the key.
 

Methods in org.jboss.profileservice.spi with parameters of type Profile
 void ProfileService.registerProfile(Profile profile)
          Register a Profile.
 



Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.