net.officefloor.eclipse.bootstrap
Class BootstrapClassLoader

java.lang.Object
  extended by java.lang.ClassLoader
      extended by net.officefloor.eclipse.bootstrap.BootstrapClassLoader

public class BootstrapClassLoader
extends ClassLoader

ClassLoader for Bootstrap.

Author:
Daniel Sagenschneider

Constructor Summary
BootstrapClassLoader(ClassLoader delegate)
          Initiate.
 
Method Summary
protected  Class<?> findClass(String name)
           
protected  URL findResource(String name)
           
protected  Enumeration<URL> findResources(String name)
           
 
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, 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

BootstrapClassLoader

public BootstrapClassLoader(ClassLoader delegate)
Initiate.

Parameters:
delegate -
Method Detail

findClass

protected Class<?> findClass(String name)
                      throws ClassNotFoundException
Overrides:
findClass in class ClassLoader
Throws:
ClassNotFoundException

findResource

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

findResources

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


Copyright © 2005-2013. All Rights Reserved.