org.sonar.api.checks.profiles
Class Check

java.lang.Object
  extended by org.sonar.api.checks.profiles.Check

Deprecated. since 2.3

@Deprecated
public class Check
extends Object

Since:
2.1 (experimental)

Constructor Summary
Check()
          Deprecated.  
Check(String repositoryKey, String templateKey)
          Deprecated.  
 
Method Summary
 void addProperties(Map<String,String> properties)
          Deprecated.  
 void addProperty(String key, Object value)
          Deprecated.  
 boolean equals(Object o)
          Deprecated.  
 Priority getPriority()
          Deprecated.  
 Map<String,String> getProperties()
          Deprecated.  
 String getProperty(String key)
          Deprecated.  
 String getRepositoryKey()
          Deprecated.  
 String getTemplateKey()
          Deprecated.  
 int hashCode()
          Deprecated.  
 void setPriority(Priority priority)
          Deprecated.  
 void setProperties(Map<String,String> properties)
          Deprecated.  
 void setRepositoryKey(String repositoryKey)
          Deprecated.  
 void setTemplateKey(String templateKey)
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Check

public Check()
Deprecated. 

Check

public Check(String repositoryKey,
             String templateKey)
Deprecated. 
Method Detail

getTemplateKey

public String getTemplateKey()
Deprecated. 

getRepositoryKey

public String getRepositoryKey()
Deprecated. 

setRepositoryKey

public void setRepositoryKey(String repositoryKey)
Deprecated. 

setTemplateKey

public void setTemplateKey(String templateKey)
Deprecated. 

getPriority

public Priority getPriority()
Deprecated. 

setPriority

public void setPriority(Priority priority)
Deprecated. 

getProperties

public Map<String,String> getProperties()
Deprecated. 

getProperty

public String getProperty(String key)
Deprecated. 

addProperty

public void addProperty(String key,
                        Object value)
Deprecated. 

addProperties

public void addProperties(Map<String,String> properties)
Deprecated. 

setProperties

public void setProperties(Map<String,String> properties)
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-2011 SonarSource. All Rights Reserved.