public class TableFilter extends Object implements OptionalProperty
| Constructor and Description |
|---|
TableFilter(Set<String> allowedTables) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(String canonicalName) |
boolean |
allTablesFound() |
boolean |
declared() |
int |
found() |
List<Name> |
listNotAccepted() |
String |
render() |
void |
reset() |
int |
size() |
public void reset()
public boolean allTablesFound()
public int found()
public boolean accepts(String canonicalName)
public boolean declared()
declared in interface OptionalPropertypublic int size()
public String render()
Copyright © 2024. All rights reserved.