| Package | Description |
|---|---|
| schemacrawler.tools.lint |
| Modifier and Type | Method and Description |
|---|---|
LintSeverity |
LinterConfig.getSeverity() |
LintSeverity |
Linter.getSeverity()
Gets the severity of the lints produced by this linter.
|
LintSeverity |
Lint.getSeverity() |
static LintSeverity |
LintSeverity.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LintSeverity[] |
LintSeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LinterConfig.setSeverity(LintSeverity severity) |
| Constructor and Description |
|---|
Lint(java.lang.String linterId,
java.lang.String linterInstanceId,
N namedObject,
LintSeverity severity,
java.lang.String message,
V value) |
Copyright © 2000-2018 Sualeh Fatehi. All rights reserved.