Uses of Class
org.sonar.api.resources.Library

Packages that use Library
org.sonar.api.resources   
org.sonar.batch.indexer   
 

Uses of Library in org.sonar.api.resources
 

Methods in org.sonar.api.resources that return Library
 Library Library.setDescription(String description)
           
 Library Library.setName(String name)
           
 Library Library.setQualifier(String qualifier)
           
 

Uses of Library in org.sonar.batch.indexer
 

Method parameters in org.sonar.batch.indexer with type arguments of type Library
protected  Snapshot LibraryPersister.createSnapshot(Bucket<Library> bucket, ResourceModel resourceModel)
           
protected  String LibraryPersister.generateEffectiveKey(Bucket<Library> bucket)
           
protected  void LibraryPersister.prepareResourceModel(ResourceModel resourceModel, Bucket<Library> bucket)
           
 



Copyright © 2009-2010 SonarSource SA. All Rights Reserved.