Interface ClassLoadData
- All Superinterfaces:
TimeData
- All Known Implementing Classes:
ClassLoadDataImpl
This class represents a single Java class that was loaded at a given time.
-
Method Summary
Modifier and TypeMethodDescriptionGets the loaded class name.booleanIndicates whether the class was loaded in a shared cache.
-
Method Details
-
getClassName
String getClassName()Gets the loaded class name.- Returns:
- the class name.
-