org.jvnet.hk2.deprecated.internal
Class HolderHK2LoaderImpl
java.lang.Object
org.jvnet.hk2.deprecated.internal.HolderHK2LoaderImpl
- All Implemented Interfaces:
- HK2Loader
Deprecated.
@Deprecated
public class HolderHK2LoaderImpl
- extends Object
- implements HK2Loader
- Author:
- jwells
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HolderHK2LoaderImpl
public HolderHK2LoaderImpl(Holder<ClassLoader> clHolder)
- Deprecated.
loadClass
public Class<?> loadClass(String className)
throws MultiException
- Deprecated.
- Description copied from interface:
HK2Loader
- Loads a class given the class name to instantiate
- Specified by:
loadClass
in interface HK2Loader
- Parameters:
className
- The descriptor to convert into an ActiveDescriptor
- Returns:
- The class to be loaded. May not return null
- Throws:
MultiException
- If this loader had some problem loading the class
getClassLoader
public ClassLoader getClassLoader()
- Deprecated.
Copyright © 2013 Oracle Corporation. All Rights Reserved.