Interface VisitableFilter
-
- All Known Implementing Classes:
IgnoreFilter
,ScopeFilter
,TagFilter
public interface VisitableFilter
Filter for qualifying Visitables.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
accept(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
-
-