org.jboss.classloader.plugins.filter
Class NothingClassFilter
java.lang.Object
org.jboss.classloader.plugins.filter.NothingClassFilter
- All Implemented Interfaces:
- ClassFilter
public class NothingClassFilter
- extends Object
- implements ClassFilter
A class filter that matches nothing
- Version:
- $Revision: 1.1 $
- Author:
- Adrian Brock
INSTANCE
public static final NothingClassFilter INSTANCE
- The singleton instance
matchesClassName
public boolean matchesClassName(String className)
- Description copied from interface:
ClassFilter
- Whether the class name matches the filter
- Specified by:
matchesClassName in interface ClassFilter
- Parameters:
className - the class name
- Returns:
- true when it matches the filter
matchesResourcePath
public boolean matchesResourcePath(String resourcePath)
- Description copied from interface:
ClassFilter
- Whether the resource name matches the filter
- Specified by:
matchesResourcePath in interface ClassFilter
- Parameters:
resourcePath - the resource path
- Returns:
- true when it matches the filter
toString
public String toString()
- Overrides:
toString in class Object
Copyright ? 2007 JBoss Inc.. All Rights Reserved.