public class FalseClassFilter extends _AbstractBaseFilter implements LogicFilterType
ClassPathFilter.Util| Modifier and Type | Field and Description |
|---|---|
static ClassPathFilter |
FALSE
Singleton instance of false filter.
|
NO_ARGSABSTRACT_CLASS, ANNOTATION_CLASS, INTERFACE_CLASS, TRUE| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Class<?> clazz)
Returns false.
|
boolean |
accept(String fileName)
Returns false.
|
boolean |
accept(URL url)
Returns false.
|
String[] |
args()
Get the arguments for the function.
|
protected org.apache.commons.logging.Log |
getLog() |
ClassPathFilter |
optimize() |
equals, filterClasses, filterNames, filterURLs, funcName, hashCode, loadClass, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitfilterClasses, filterNames, filterURLs, funcNamepublic static final ClassPathFilter FALSE
protected org.apache.commons.logging.Log getLog()
getLog in class _AbstractBaseFilterpublic boolean accept(String fileName)
accept in interface ClassPathFilterfileName - the file name to check (ignored)public boolean accept(URL url)
accept in interface ClassPathFilterurl - the url to check (ignored)public boolean accept(Class<?> clazz)
accept in interface ClassPathFilterclazz - the class to check (ignored)public String[] args()
ClassPathFilterargs in interface ClassPathFilterpublic ClassPathFilter optimize()
optimize in interface ClassPathFilterCopyright © 2013-2017 XENEI.com. All Rights Reserved.