public class SimpleLintCollector extends Object implements LintCollector
LINT_KEY| Constructor and Description |
|---|
SimpleLintCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLint(schemacrawler.schema.NamedObject namedObject,
Lint<?> lint) |
void |
clear() |
static Collection<Lint<?>> |
getLint(schemacrawler.schema.NamedObject namedObject) |
boolean |
isEmpty() |
Iterator<Lint<?>> |
iterator() |
int |
size() |
public static Collection<Lint<?>> getLint(schemacrawler.schema.NamedObject namedObject)
public void addLint(schemacrawler.schema.NamedObject namedObject, Lint<?> lint)
addLint in interface LintCollectorpublic void clear()
clear in interface LintCollectorLintCollector.clear()public boolean isEmpty()
isEmpty in interface LintCollectorLintCollector.isEmpty()public int size()
size in interface LintCollectorLintCollector.size()Copyright © 2003–2013 Sualeh Fatehi. All rights reserved.