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
 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(String name)
           
 

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

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



Copyright © 2008-2011 Sonatype. All Rights Reserved.