public class FalseClassFilter extends AbstractBaseClassFilter implements Serializable
ClassFilter.Util| Modifier and Type | Field and Description |
|---|---|
static ClassFilter |
FALSE
Singleton instance of false filter.
|
NO_ARGSABSTRACT, ANNOTATION, INTERFACE, TRUE| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Class<?> clazz)
Returns false.
|
boolean |
accept(String fileName)
Returns false.
|
String[] |
args()
Get the arguments for the function.
|
filter, filterNames, funcName, toStringpublic static final ClassFilter FALSE
public boolean accept(String fileName)
accept in interface ClassFilterfileName - the file name to check (ignored)public boolean accept(Class<?> clazz)
accept in interface ClassFilterclazz - the class to check (ignored)public String[] args()
ClassFilterargs in interface ClassFilterCopyright © 2013-2016 XENEI.com. All Rights Reserved.