org.sonar.api.qualitymodel
Class ModelDefinition

java.lang.Object
  extended by org.sonar.api.qualitymodel.ModelDefinition
All Implemented Interfaces:
Extension, ServerComponent, ServerExtension

Deprecated. since 4.0. It no more possible to define new quality models.

@Deprecated
public abstract class ModelDefinition
extends Object
implements ServerExtension

Since:
2.3

Constructor Summary
protected ModelDefinition(String name)
          Deprecated.  
 
Method Summary
abstract  Model createModel()
          Deprecated.  
 boolean equals(Object o)
          Deprecated.  
 String getName()
          Deprecated.  
 int hashCode()
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModelDefinition

protected ModelDefinition(String name)
Deprecated. 
Method Detail

getName

public final String getName()
Deprecated. 

createModel

public abstract Model createModel()
Deprecated. 

equals

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

hashCode

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

toString

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


Copyright © 2009-2013 SonarSource. All Rights Reserved.