org.sonar.api.checks.profiles
Class CheckProfile

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

Deprecated. since 2.3

@Deprecated
public class CheckProfile
extends Object
implements BatchExtension, ServerExtension

Since:
2.1 (experimental)

Constructor Summary
CheckProfile(String name, String language)
          Deprecated.  
 
Method Summary
 void addCheck(Check check)
          Deprecated.  
 boolean equals(Object o)
          Deprecated.  
 Check getCheck(String repositoryKey, String templateKey)
          Deprecated. We assume there is only one check for this template
 List<Check> getChecks()
          Deprecated.  
 List<Check> getChecks(String repositoryKey)
          Deprecated.  
 List<Check> getChecks(String repositoryKey, String templateKey)
          Deprecated.  
 String getLanguage()
          Deprecated.  
 String getName()
          Deprecated.  
 int hashCode()
          Deprecated.  
 void setChecks(Collection<Check> list)
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CheckProfile

public CheckProfile(String name,
                    String language)
Deprecated. 
Method Detail

getName

public String getName()
Deprecated. 

getLanguage

public String getLanguage()
Deprecated. 

getChecks

public List<Check> getChecks()
Deprecated. 

getChecks

public List<Check> getChecks(String repositoryKey)
Deprecated. 

getChecks

public List<Check> getChecks(String repositoryKey,
                             String templateKey)
Deprecated. 

getCheck

public Check getCheck(String repositoryKey,
                      String templateKey)
Deprecated. 
We assume there is only one check for this template


addCheck

public void addCheck(Check check)
Deprecated. 

setChecks

public void setChecks(Collection<Check> list)
Deprecated. 

equals

public boolean equals(Object o)
Deprecated. 
Overrides:
equals in class Object

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Object

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object


Copyright © 2009-2010 SonarSource. All Rights Reserved.