|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.classloader.plugins.filter.NothingClassFilter
public class NothingClassFilter
A class filter that matches nothing
Field Summary | |
---|---|
static NothingClassFilter |
INSTANCE
The singleton instance |
Fields inherited from interface org.jboss.classloader.spi.filter.ClassFilter |
---|
EVERYTHING, JAVA_ONLY, NOTHING, NOTHING_BUT_JAVA |
Method Summary | |
---|---|
boolean |
matchesClassName(String className)
Whether the class name matches the filter |
boolean |
matchesPackageName(String packageName)
Whether the package name matches the filter |
boolean |
matchesResourcePath(String resourcePath)
Whether the resource name matches the filter |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final NothingClassFilter INSTANCE
Method Detail |
---|
public boolean matchesClassName(String className)
ClassFilter
matchesClassName
in interface ClassFilter
className
- the class name
public boolean matchesResourcePath(String resourcePath)
ClassFilter
matchesResourcePath
in interface ClassFilter
resourcePath
- the resource path
public boolean matchesPackageName(String packageName)
ClassFilter
matchesPackageName
in interface ClassFilter
packageName
- the package path
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |