org.sonar.api.checks.profiles
Class CheckProfileProvider

java.lang.Object
  extended by org.sonar.api.checks.profiles.CheckProfileProvider
All Implemented Interfaces:
Extension, ServerComponent, ServerExtension

Deprecated. since 2.3

@Deprecated
public abstract class CheckProfileProvider
extends Object
implements ServerExtension

Since:
2.1 (experimental)

Constructor Summary
CheckProfileProvider()
          Deprecated.  
 
Method Summary
abstract  Collection<CheckProfile> provide()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckProfileProvider

public CheckProfileProvider()
Deprecated. 
Method Detail

provide

public abstract Collection<CheckProfile> provide()
Deprecated. 


Copyright © 2009-2010 SonarSource. All Rights Reserved.