public class InstanceOfFilter extends Object
Constructor and Description |
---|
InstanceOfFilter(Class<?> searchType) |
InstanceOfFilter(Class<?> searchType,
String[] ignoreList,
String[] includeList) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
addClass(Class<?> clazz) |
void |
filter(String resourceName)
Classpath resource filter method.
|
List<Class> |
getClasses() |
boolean |
isIgnorable(String resourceName)
Is this resource ignorable.
|
public InstanceOfFilter(Class<?> searchType)
protected boolean addClass(Class<?> clazz)
public void filter(String resourceName)
Filter
public boolean isIgnorable(String resourceName)
Filter
isIgnorable
in interface Filter
Copyright © 2020. All rights reserved.