public abstract class _AbstractBaseFilter extends Object implements ClassPathFilter
ClassPathFilter.Util| Modifier and Type | Field and Description |
|---|---|
protected static String[] |
NO_ARGS |
ABSTRACT_CLASS, ANNOTATION_CLASS, FALSE, INTERFACE_CLASS, TRUE| Constructor and Description |
|---|
_AbstractBaseFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Collection<Class<?>> |
filterClasses(Collection<Class<?>> collection)
Filter the collection.
|
Collection<String> |
filterNames(Collection<String> collection)
Filter the collection.
|
Collection<URL> |
filterURLs(Collection<URL> collection)
Filter the collection.
|
String |
funcName()
Function name for the filter.
|
protected abstract org.apache.commons.logging.Log |
getLog() |
int |
hashCode() |
protected Class<?> |
loadClass(String className) |
String |
toString() |
protected static final String[] NO_ARGS
protected abstract org.apache.commons.logging.Log getLog()
protected Class<?> loadClass(String className) throws ClassNotFoundException
ClassNotFoundExceptionpublic String funcName()
funcName in interface ClassPathFilterpublic Collection<URL> filterURLs(Collection<URL> collection)
filterURLs in interface ClassPathFiltercollection - the collection of classes to filter.public Collection<String> filterNames(Collection<String> collection)
filterNames in interface ClassPathFiltercollection - the collection of class names to filter.public Collection<Class<?>> filterClasses(Collection<Class<?>> collection)
filterClasses in interface ClassPathFiltercollection - the collection of classes to filter.Copyright © 2013-2017 XENEI.com. All Rights Reserved.