public class AnnotationClassFilter extends _AbstractBaseFilter implements ClassFilterType
ClassPathFilter.Util| Modifier and Type | Field and Description |
|---|---|
static ClassPathFilter |
ANNOTATION
Singleton instance of file filter
|
NO_ARGSABSTRACT_CLASS, ANNOTATION_CLASS, FALSE, INTERFACE_CLASS, TRUE| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Class<?> clazz)
Checks to see if the class is abstract.
|
boolean |
accept(String className)
Checks to see if the class is abstract.
|
boolean |
accept(URL url)
Always returns false.
|
String[] |
args()
Get the arguments for the function.
|
String |
funcName()
Function name for the filter.
|
protected org.apache.commons.logging.Log |
getLog() |
ClassPathFilter |
optimize() |
equals, filterClasses, filterNames, filterURLs, hashCode, loadClass, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitfilterClasses, filterNames, filterURLspublic static final ClassPathFilter ANNOTATION
protected org.apache.commons.logging.Log getLog()
getLog in class _AbstractBaseFilterpublic String funcName()
funcName in interface ClassPathFilterfuncName in class _AbstractBaseFilterpublic boolean accept(Class<?> clazz)
accept in interface ClassPathFilterclazz - the Class to checkpublic boolean accept(String className)
accept in interface ClassPathFilterclassName - the Class name to checkpublic String[] args()
args in interface ClassPathFilterpublic boolean accept(URL url)
accept in interface ClassPathFilterurl - the url to accept.public ClassPathFilter optimize()
optimize in interface ClassPathFilterCopyright © 2013-2017 XENEI.com. All Rights Reserved.