|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.d2rq.mapgen.Filter
org.d2rq.mapgen.FilterMatchAny
public class FilterMatchAny
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.d2rq.mapgen.Filter |
---|
Filter.IdentifierMatcher |
Field Summary |
---|
Fields inherited from class org.d2rq.mapgen.Filter |
---|
ALL, NOTHING, NULL_MATCHER |
Constructor Summary | |
---|---|
FilterMatchAny(Collection<Filter> elements)
|
Method Summary | |
---|---|
static Filter |
create(Collection<Filter> elements)
|
String |
getSingleSchema()
|
boolean |
matchesColumn(String schema,
String table,
String column)
|
boolean |
matchesSchema(String schema)
|
boolean |
matchesTable(String schema,
String table)
|
String |
toString()
|
Methods inherited from class org.d2rq.mapgen.Filter |
---|
createPatternMatcher, createStringMatcher, matches, matches, matches, matchesAll, matchesAll, matchesAll, sameSchema |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FilterMatchAny(Collection<Filter> elements)
Method Detail |
---|
public static Filter create(Collection<Filter> elements)
public boolean matchesSchema(String schema)
matchesSchema
in class Filter
public boolean matchesTable(String schema, String table)
matchesTable
in class Filter
public boolean matchesColumn(String schema, String table, String column)
matchesColumn
in class Filter
public String getSingleSchema()
getSingleSchema
in class Filter
null
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |