public class StandardInstrumentClassLoader extends URLClassLoader
An instrument that is loaded at runtime from the file system is equipped with its own classloader. The classloader is a direct or indirect child of the IStage classloader. If the instrument has prerequisites, the prerequiste's classloaders are the "parents" of this.
| Modifier and Type | Method and Description |
|---|---|
StandardInstrument |
getInstrument() |
URL |
getResource(String name) |
close, findResource, findResources, getResourceAsStream, getURLs, newInstance, newInstanceclearAssertionStatus, getParent, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatuspublic StandardInstrument getInstrument()
public URL getResource(String name)
getResource in class ClassLoaderCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.