Package highfive.model
Class TableFilter
- java.lang.Object
-
- highfive.model.TableFilter
-
- All Implemented Interfaces:
OptionalProperty
public class TableFilter extends Object implements OptionalProperty
-
-
Constructor Summary
Constructors Constructor Description TableFilter(Set<String> allowedTables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccepts(String canonicalName)booleanallTablesFound()booleandeclared()intfound()Set<String>listNotAccepted()Stringrender()voidreset()intsize()
-
-
-
Method Detail
-
reset
public void reset()
-
allTablesFound
public boolean allTablesFound()
-
found
public int found()
-
accepts
public boolean accepts(String canonicalName)
-
declared
public boolean declared()
- Specified by:
declaredin interfaceOptionalProperty
-
size
public int size()
-
render
public String render()
-
-