org.sonar.batch
Class DefaultProfileLoader

java.lang.Object
  extended by org.sonar.batch.DefaultProfileLoader
All Implemented Interfaces:
ProfileLoader

public class DefaultProfileLoader
extends Object
implements ProfileLoader


Constructor Summary
DefaultProfileLoader(ProfilesDao dao)
           
 
Method Summary
 RulesProfile load(Project project)
          Loads quality profile for specified project.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultProfileLoader

public DefaultProfileLoader(ProfilesDao dao)
Method Detail

load

public RulesProfile load(Project project)
Description copied from interface: ProfileLoader
Loads quality profile for specified project.

Specified by:
load in interface ProfileLoader


Copyright © 2009-2012 SonarSource. All Rights Reserved.