|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.classloader.plugins.jdk.AbstractJDKChecker
public class AbstractJDKChecker
AbstractJDKChecker.
Constructor Summary | |
---|---|
AbstractJDKChecker()
|
Method Summary | |
---|---|
static Set<Class<?>> |
getExcluded()
The excluded classes |
protected Class<?> |
getRequestingClass(Class<?>[] stack)
Get the requesting class |
boolean |
isExcluded(Class<?> clazz)
Whether the class is excluded |
boolean |
isJDKRequest(String name)
Check wether this is a request from the JDK |
protected boolean |
isJDKRequestingClass(String name,
Class<?> requesting)
Whether the requesting class is from the JDK |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractJDKChecker()
Method Detail |
---|
public boolean isExcluded(Class<?> clazz)
clazz
- the class
public static Set<Class<?>> getExcluded()
public boolean isJDKRequest(String name)
JDKChecker
isJDKRequest
in interface JDKChecker
name
- the class name
protected Class<?> getRequestingClass(Class<?>[] stack)
stack
- the class stack
protected boolean isJDKRequestingClass(String name, Class<?> requesting)
The default implementation returns true if the requesting class is not loaded from a
BaseClassLoader
name
- the name of the class being loadedrequesting
- the requesting class
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |