org.sonar.api.qualitymodel
Interface ModelFinder

All Superinterfaces:
BatchComponent, ServerComponent
All Known Implementing Classes:
DefaultModelFinder

public interface ModelFinder
extends BatchComponent, ServerComponent

Since:
2.3

Method Summary
 Model findByName(String name)
           
 

Method Detail

findByName

Model findByName(String name)
Returns:
null if the name is not found


Copyright © 2009-2011 SonarSource. All Rights Reserved.