| Package | Description |
|---|---|
| schemacrawler.tools.lint | |
| schemacrawler.tools.lint.config |
| Modifier and Type | Method and Description |
|---|---|
LintSeverity |
Lint.getSeverity() |
LintSeverity |
Linter.getSeverity()
Gets the severity of the lints produced by this linter.
|
LintSeverity |
AbstractLinter.getSeverity() |
static LintSeverity |
LintSeverity.valueOf(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 |
|---|---|
LintSeverity |
LinterConfig.getSeverity() |
| Constructor and Description |
|---|
LinterConfig(String linterId,
Boolean runLinter,
LintSeverity severity,
Integer threshold,
String tableInclusionPattern,
String tableExclusionPattern,
String columnInclusionPattern,
String columnExclusionPattern,
Map<String,Object> config) |
Copyright © 2000-2025 Sualeh Fatehi. Allrights reserved.