org.apache.openejb.core
Class EmptyResourcesClassLoader

java.lang.Object
  extended by java.lang.ClassLoader
      extended by org.apache.openejb.core.EmptyResourcesClassLoader

public class EmptyResourcesClassLoader
extends ClassLoader


Constructor Summary
EmptyResourcesClassLoader()
           
 
Method Summary
protected  URL findResource(String name)
           
 Enumeration<URL> getResources(String name)
           
 
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResources, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyResourcesClassLoader

public EmptyResourcesClassLoader()
Method Detail

findResource

protected URL findResource(String name)
Overrides:
findResource in class ClassLoader

getResources

public Enumeration<URL> getResources(String name)
                              throws IOException
Overrides:
getResources in class ClassLoader
Throws:
IOException


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.