Uses of Class
patterntesting.runtime.monitor.ClassloaderType
-
Packages that use ClassloaderType Package Description patterntesting.runtime.monitor This package provides some monitors like theProfileMonitor
. -
-
Uses of ClassloaderType in patterntesting.runtime.monitor
Methods in patterntesting.runtime.monitor that return ClassloaderType Modifier and Type Method Description static ClassloaderType
ClassloaderType. getCurrentClassloaderType()
Looks, what type of classloader the current thread is using.static ClassloaderType
ClassloaderType. toClassloaderType(java.lang.ClassLoader cloader)
Converts the given classloader into the corresponding type.static ClassloaderType
ClassloaderType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ClassloaderType[]
ClassloaderType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-