public class AbstractClassFilter extends AbstractBaseClassFilter implements Serializable
ClassFilter.Util| Modifier and Type | Field and Description |
|---|---|
static ClassFilter |
ABSTRACT
Singleton instance of file filter
|
NO_ARGSANNOTATION, FALSE, INTERFACE, 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.
|
String[] |
args()
Get the arguments for the function.
|
filter, filterNames, funcName, toStringpublic static final ClassFilter ABSTRACT
public String[] args()
args in interface ClassFilterpublic boolean accept(Class<?> clazz)
accept in interface ClassFilterclazz - the Class to checkpublic boolean accept(String className)
accept in interface ClassFilterclassName - the Class name to checkCopyright © 2013-2016 XENEI.com. All Rights Reserved.