open class WebSphereLoadTimeWeaver : LoadTimeWeaver
LoadTimeWeaver implementation for WebSphere's instrumentable ClassLoader. Compatible with WebSphere 7 as well as 8 and 9.
Author
Costin Leau
Since
3.1
WebSphereLoadTimeWeaver()
Create a new instance of the WebSphereLoadTimeWeaver class using the default ClassLoader. WebSphereLoadTimeWeaver(classLoader: ClassLoader)
Create a new instance of the WebSphereLoadTimeWeaver class using the supplied ClassLoader. |
open fun addTransformer(transformer: ClassFileTransformer): Unit |
|
open fun getInstrumentableClassLoader(): ClassLoader |
|
open fun getThrowawayClassLoader(): ClassLoader |