public abstract class Linter
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
exceedsThreshold() |
java.lang.String |
getDescription()
Gets a lengthy description of the linter.
|
int |
getLintCount()
Gets the number of lints produced by this linter.
|
java.lang.String |
getLinterId()
Gets the identification of this linter.
|
java.lang.String |
getLinterInstanceId()
Gets the identification of this linter instance.
|
LintSeverity |
getSeverity()
Gets the severity of the lints produced by this linter.
|
abstract java.lang.String |
getSummary()
Gets a brief summary of this linter.
|
java.lang.String |
toString() |
public final boolean exceedsThreshold()
public java.lang.String getDescription()
public final int getLintCount()
public java.lang.String getLinterId()
public final java.lang.String getLinterInstanceId()
public final LintSeverity getSeverity()
public abstract java.lang.String getSummary()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2000-2018 Sualeh Fatehi. All rights reserved.