-
public interface ClassFilterFilter used to determine whether a class name should be included or excluded from imports and exports.- Author:
- David M. Lloyd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(String className)Determine whether a class name should be accepted by this filter.
-
-
-
Method Detail
-
accept
boolean accept(String className)
Determine whether a class name should be accepted by this filter. The class name is qualified with a dot-separated package name.- Parameters:
className- the class name- Returns:
trueto accept the class,falseotherwise
-
-