net.sf.ehcache
Class EhcacheDefaultClassLoader
java.lang.Object
   java.lang.ClassLoader
java.lang.ClassLoader
       net.sf.ehcache.EhcacheDefaultClassLoader
net.sf.ehcache.EhcacheDefaultClassLoader
- public class EhcacheDefaultClassLoader 
- extends ClassLoader
 
| Methods inherited from class java.lang.ClassLoader | 
| clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getPackage, getPackages, getParent, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
getInstance
public static ClassLoader getInstance()
- 
 
loadClass
public Class<?> loadClass(String name)
                   throws ClassNotFoundException
- 
- Overrides:
- loadClassin class- ClassLoader
 
- 
- Throws:
- ClassNotFoundException
 
getResource
public URL getResource(String name)
- 
- Overrides:
- getResourcein class- ClassLoader
 
- 
 
getResourceAsStream
public InputStream getResourceAsStream(String name)
- 
- Overrides:
- getResourceAsStreamin class- ClassLoader
 
- 
 
getResources
public Enumeration<URL> getResources(String name)
                              throws IOException
- 
- Overrides:
- getResourcesin class- ClassLoader
 
- 
- Throws:
- IOException
 
Copyright 2001-2014, Terracotta, Inc.