|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.ClassLoader
org.deduced.controller.implementation.ControllerUtilities.LocalClassLoader
public static class ControllerUtilities.LocalClassLoader

LocalClassLoader is used to load locally compiled files.
| Constructor Summary | |
|---|---|
ControllerUtilities.LocalClassLoader()
LocalClassLoader Constructor |
|
| Method Summary | |
|---|---|
java.lang.Class<?> |
loadClassFromData(java.lang.String className,
java.io.File fileInfo)
load Class From Data |
| Methods inherited from class java.lang.ClassLoader |
|---|
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, 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 |
|---|
public ControllerUtilities.LocalClassLoader()
| Method Detail |
|---|
public java.lang.Class<?> loadClassFromData(java.lang.String className,
java.io.File fileInfo)
throws java.lang.Exception
className - the class name to usefileInfo - the file pointing to the compiled class
java.lang.Exception - any error that occurs while loading a class
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||