org.apache.openejb.core
Class EmptyResourcesClassLoader
java.lang.Object
java.lang.ClassLoader
org.apache.openejb.core.EmptyResourcesClassLoader
public class EmptyResourcesClassLoader
- extends ClassLoader
| 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 |
EmptyResourcesClassLoader
public EmptyResourcesClassLoader()
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.