org.jvnet.hk2.deprecated.internal
Class HolderHK2LoaderImpl

java.lang.Object
  extended by org.jvnet.hk2.deprecated.internal.HolderHK2LoaderImpl
All Implemented Interfaces:
HK2Loader

Deprecated.

@Deprecated
public class HolderHK2LoaderImpl
extends Object
implements HK2Loader

Author:
jwells

Constructor Summary
HolderHK2LoaderImpl(Holder<ClassLoader> clHolder)
          Deprecated.  
 
Method Summary
 ClassLoader getClassLoader()
          Deprecated.  
 Class<?> loadClass(String className)
          Deprecated. Loads a class given the class name to instantiate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HolderHK2LoaderImpl

public HolderHK2LoaderImpl(Holder<ClassLoader> clHolder)
Deprecated. 
Method Detail

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.