Package com.thoughtworks.qdox.library
Interface AbstractClassLibrary.ClassLibraryFilter
-
- Enclosing class:
- AbstractClassLibrary
static interface AbstractClassLibrary.ClassLibraryFilter
A filter to use when checking all ancestors.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
accept(AbstractClassLibrary classLibrary)
-
-
-
Method Detail
-
accept
boolean accept(AbstractClassLibrary classLibrary)
- Parameters:
classLibrary
-- Returns:
-
-