public interface Linter extends Command<LinterConfig,Void>
| Modifier and Type | Method and Description |
|---|---|
boolean |
exceedsThreshold() |
String |
getDescription() |
int |
getLintCount()
Gets the number of lints produced by this linter.
|
String |
getLinterId()
Gets the identification of the linter.
|
String |
getLinterInstanceId()
Gets the identification of this linter instance.
|
LintSeverity |
getSeverity()
Gets the severity of the lints produced by this linter.
|
String |
getSummary()
Gets a brief summary of this linter.
|
configure, getCatalog, getCommandName, getConnection, initialize, setCatalog, setConnection, usesConnectionboolean exceedsThreshold()
String getDescription()
int getLintCount()
String getLinterId()
String getLinterInstanceId()
LintSeverity getSeverity()
String getSummary()
Copyright © 2000-2025 Sualeh Fatehi. Allrights reserved.