Constructor and Description |
---|
Linters(LinterConfigs linterConfigs,
boolean runAllLinters) |
Modifier and Type | Method and Description |
---|---|
boolean |
exceedsThreshold() |
LintCollector |
getCollector() |
java.lang.String |
getLintSummary() |
java.util.Iterator<Linter> |
iterator() |
void |
lint(schemacrawler.schema.Catalog catalog,
java.sql.Connection connection) |
int |
size()
Number of linters configured to run
|
java.lang.String |
toString() |
public Linters(LinterConfigs linterConfigs, boolean runAllLinters) throws schemacrawler.schemacrawler.SchemaCrawlerException
public final boolean exceedsThreshold()
public LintCollector getCollector()
public java.lang.String getLintSummary()
public java.util.Iterator<Linter> iterator()
iterator
in interface java.lang.Iterable<Linter>
public void lint(schemacrawler.schema.Catalog catalog, java.sql.Connection connection) throws schemacrawler.schemacrawler.SchemaCrawlerException
public int size()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2000-2019 Sualeh Fatehi. All rights reserved.