|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.classloader.spi.base.BaseDelegateLoader
public class BaseDelegateLoader
Base DelegateLoader.
| Constructor Summary | |
|---|---|
BaseDelegateLoader(BaseClassLoaderPolicy delegate)
Create a new BaseDelegateLoader. |
|
| Method Summary | |
|---|---|
URL |
getResource(String name)
Get a resource |
void |
getResources(String name,
Set<URL> urls)
Get resources |
Class<?> |
loadClass(String className)
Load a class |
String |
toLongString()
A long version of toString() |
protected void |
toLongString(StringBuilder builder)
For subclasses to add information for toLongString() |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BaseDelegateLoader(BaseClassLoaderPolicy delegate)
delegate - the delegate
IllegalArgumentException - for a null delegate| Method Detail |
|---|
public Class<?> loadClass(String className)
Loader
loadClass in interface LoaderclassName - the class name
public URL getResource(String name)
Loader
getResource in interface Loadername - the resource name
public void getResources(String name,
Set<URL> urls)
throws IOException
Loader
getResources in interface Loadername - the resource nameurls - the list of urls to add to
IOException - for any errorpublic String toLongString()
protected void toLongString(StringBuilder builder)
builder - the builderpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||