org.sonar.api.rules.xml
Class Profile

java.lang.Object
  extended by org.sonar.api.rules.xml.Profile

Deprecated.

@Deprecated
public class Profile
extends Object


Constructor Summary
Profile()
          Deprecated.  
 
Method Summary
 String getLanguage()
          Deprecated.  
 String getName()
          Deprecated.  
 List<Rule> getRules()
          Deprecated.  
 void setLanguage(String language)
          Deprecated.  
 void setName(String name)
          Deprecated.  
 void setRules(List<Rule> rules)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Profile

public Profile()
Deprecated. 
Method Detail

getRules

public List<Rule> getRules()
Deprecated. 

setRules

public void setRules(List<Rule> rules)
Deprecated. 

getName

public String getName()
Deprecated. 

setName

public void setName(String name)
Deprecated. 

getLanguage

public String getLanguage()
Deprecated. 

setLanguage

public void setLanguage(String language)
Deprecated. 


Copyright © 2009-2011 SonarSource. All Rights Reserved.