public class IsAnnotationPresentFilter extends Object
Constructor and Description |
---|
IsAnnotationPresentFilter(Class<? extends Annotation> searchType) |
IsAnnotationPresentFilter(Class<? extends Annotation> 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 IsAnnotationPresentFilter(Class<? extends Annotation> searchType)
public IsAnnotationPresentFilter(Class<? extends Annotation> searchType, String[] ignoreList, String[] includeList)
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.