Uses of Class
org.sonatype.gossip.model.ProfileNode

Packages that use ProfileNode
org.sonatype.gossip Core components. 
org.sonatype.gossip.model Configuration model. 
 

Uses of ProfileNode in org.sonatype.gossip
 

Methods in org.sonatype.gossip that return types with arguments of type ProfileNode
 java.util.List<ProfileNode> EffectiveProfile.getProfiles()
           
 

Methods in org.sonatype.gossip with parameters of type ProfileNode
 void EffectiveProfile.addProfile(ProfileNode node)
           
 

Uses of ProfileNode in org.sonatype.gossip.model
 

Methods in org.sonatype.gossip.model that return ProfileNode
 ProfileNode Model.findProfile(java.lang.String name)
           
 

Methods in org.sonatype.gossip.model that return types with arguments of type ProfileNode
 java.util.List<ProfileNode> Model.getProfiles()
          Method getProfiles.
 

Method parameters in org.sonatype.gossip.model with type arguments of type ProfileNode
 void Model.setProfiles(java.util.List<ProfileNode> profiles)
          Set the profiles field.
 



Copyright © 2008-2010 Sonatype. All Rights Reserved.