public class InterfaceClassFilter extends AbstractBaseClassFilter implements Serializable
ClassFilter.Util| Modifier and Type | Field and Description |
|---|---|
static ClassFilter |
INTERFACE
Singleton instance of class filter
|
NO_ARGSABSTRACT, ANNOTATION, FALSE, TRUE| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Class<?> clazz)
Checks to see if the class is an interface.
|
boolean |
accept(String className)
Checks to see if the class is an interface.
|
String[] |
args()
Get the arguments for the function.
|
filter, filterNames, funcName, toStringpublic static final ClassFilter INTERFACE
public boolean accept(Class<?> clazz)
accept in interface ClassFilterclazz - the Class to checkpublic boolean accept(String className)
accept in interface ClassFilterclassName - the class name to checkpublic String[] args()
args in interface ClassFilterCopyright © 2013-2016 XENEI.com. All Rights Reserved.