public class LinterConfigs extends Object implements Iterable<LinterConfig>
| Constructor and Description |
|---|
LinterConfigs() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLinterConfig(String linterId) |
LinterConfig |
get(String linterId) |
boolean |
isEmpty() |
Iterator<LinterConfig> |
iterator() |
void |
parse(Reader reader) |
int |
size() |
public boolean containsLinterConfig(String linterId)
public LinterConfig get(String linterId)
public boolean isEmpty()
public Iterator<LinterConfig> iterator()
iterator in interface Iterable<LinterConfig>public void parse(Reader reader) throws schemacrawler.schemacrawler.SchemaCrawlerException
public int size()
Copyright © 2003–2013 Sualeh Fatehi. All rights reserved.