Interface VisitableFilter
-
- All Known Implementing Classes:
IgnoreFilter,ScopeFilter,TagFilter
public interface VisitableFilterFilter for qualifying Visitables.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(Visitable visitable)Return true if the Visitable passes the filter.
-
-
-
Method Detail
-
accept
boolean accept(Visitable visitable) throws StandardException
Return true if the Visitable passes the filter.- Throws:
StandardException
-
-