Package | Description |
---|---|
schemacrawler.tools.lint |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Lint<? extends java.io.Serializable>> |
LintReport.getLints() |
java.util.Collection<Lint<? extends java.io.Serializable>> |
LintCollector.getLints() |
java.util.Iterator<Lint<? extends java.io.Serializable>> |
LintReport.iterator() |
Modifier and Type | Method and Description |
---|---|
<N extends schemacrawler.schema.NamedObject & schemacrawler.schema.AttributedObject> |
LintCollector.addLint(N namedObject,
Lint<?> lint) |
int |
Lint.compareTo(Lint<?> lint) |
Constructor and Description |
---|
LintReport(java.lang.String title,
schemacrawler.schema.CrawlInfo crawlInfo,
java.util.Collection<Lint<? extends java.io.Serializable>> lints) |
Copyright © 2000-2019 Sualeh Fatehi. All rights reserved.