public interface IMCClassLoader
Note that there is no identity in a Java classloader other than the actual classloader object. In Flight Recordings the object identity is not included which means that there is no way to uniquely identify, and perform equality checks on, IMCClassLoader instances created from Flight Recordings.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the name of the classloader.
|
IMCType |
getType()
Returns the type of the classloader.
|
java.lang.String getName()
IMCType getType()