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