public abstract class AbstractBaseClassFilter extends Object implements ClassFilter
ClassFilter.Util| Modifier and Type | Field and Description |
|---|---|
protected static String[] |
NO_ARGS |
ABSTRACT, ANNOTATION, FALSE, INTERFACE, TRUE| Constructor and Description |
|---|
AbstractBaseClassFilter() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Class<?>> |
filter(Collection<Class<?>> collection)
Filter the collection.
|
Collection<String> |
filterNames(Collection<String> collection)
Filter the collection.
|
String |
funcName()
Function name for the filter.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, accept, argsprotected static final String[] NO_ARGS
public String funcName()
funcName in interface ClassFilterpublic Collection<Class<?>> filter(Collection<Class<?>> collection)
filter in interface ClassFiltercollection - the collection of classes to filter.public Collection<String> filterNames(Collection<String> collection)
filterNames in interface ClassFiltercollection - the collection of class names to filter.Copyright © 2013-2016 XENEI.com. All Rights Reserved.