Package org.openjdk.jmc.common.util
Class MCClassLoader
- java.lang.Object
-
- org.openjdk.jmc.common.util.MCClassLoader
-
- All Implemented Interfaces:
IMCClassLoader
public class MCClassLoader extends Object implements IMCClassLoader
Base implementation of theIMCClassLoaderinterface.
-
-
Constructor Summary
Constructors Constructor Description MCClassLoader(IMCType type, String name)Create a new classloader instance.
-
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:IMCClassLoaderReturns the name of the classloader.- Specified by:
getNamein interfaceIMCClassLoader- Returns:
- the classloader name
-
getType
public IMCType getType()
Description copied from interface:IMCClassLoaderReturns the type of the classloader.- Specified by:
getTypein interfaceIMCClassLoader- Returns:
- the classloader type
-
-