mailpuccino
Class ExecAppRule.CustomClassLoader

java.lang.Object
  extended byjava.lang.ClassLoader
      extended bymailpuccino.ExecAppRule.CustomClassLoader
Enclosing class:
ExecAppRule

static class ExecAppRule.CustomClassLoader
extends java.lang.ClassLoader


Nested Class Summary
 
Nested classes inherited from class java.lang.ClassLoader
 
Field Summary
 
Fields inherited from class java.lang.ClassLoader
 
Constructor Summary
(package private) ExecAppRule.CustomClassLoader()
           
 
Method Summary
 java.lang.Class defineClassProxy(java.lang.String Name, byte[] Data, int Start, int Length)
           
protected  java.lang.Class loadClass(java.lang.String Name, boolean Resolve)
           
 
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, 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
 

Constructor Detail

ExecAppRule.CustomClassLoader

ExecAppRule.CustomClassLoader()
Method Detail

defineClassProxy

public java.lang.Class defineClassProxy(java.lang.String Name,
                                        byte[] Data,
                                        int Start,
                                        int Length)

loadClass

protected java.lang.Class loadClass(java.lang.String Name,
                                    boolean Resolve)
                             throws java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException