Uses of Interface
org.openjdk.jmc.common.IMCPackage
-
Packages that use IMCPackage Package Description org.openjdk.jmc.common This package contains interfaces used in Mission Control to identify classes, methods, stack traces etc.org.openjdk.jmc.common.unit This package contains the data model for quantities and units.org.openjdk.jmc.common.util -
-
Uses of IMCPackage in org.openjdk.jmc.common
Methods in org.openjdk.jmc.common that return IMCPackage Modifier and Type Method Description IMCPackageIMCType. getPackage()Returns the package this type was declared in. -
Uses of IMCPackage in org.openjdk.jmc.common.unit
Fields in org.openjdk.jmc.common.unit with type parameters of type IMCPackage Modifier and Type Field Description static ContentType<IMCPackage>UnitLookup. PACKAGE -
Uses of IMCPackage in org.openjdk.jmc.common.util
Classes in org.openjdk.jmc.common.util that implement IMCPackage Modifier and Type Class Description classMCPackageBase implementation of theIMCPackageinterface.Methods in org.openjdk.jmc.common.util that return IMCPackage Modifier and Type Method Description IMCPackageMCType. getPackage()Methods in org.openjdk.jmc.common.util with parameters of type IMCPackage Modifier and Type Method Description static StringMethodToolkit. formatQualifiedName(IMCPackage mcPackage, String className)Create a fully qualified class name based on a package.static StringFormatToolkit. getPackage(IMCPackage mcPackage)Get the package name as a human readable string.
-