org.apache.sling.jcr.ocm.impl.classloader
Class ClassLoaderLoader

java.lang.Object
  extended by org.apache.sling.jcr.ocm.impl.classloader.ClassLoaderLoader
All Implemented Interfaces:
Loader

public class ClassLoaderLoader
extends Object
implements Loader

The ClassLoaderLoader TODO


Method Summary
 Object getLoader()
           
 Class<?> loadClass(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

loadClass

public Class<?> loadClass(String name)
                   throws ClassNotFoundException
Specified by:
loadClass in interface Loader
Throws:
ClassNotFoundException

getLoader

public Object getLoader()
Specified by:
getLoader in interface Loader
See Also:
Loader.getLoader()


Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.