|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.ClassLoader
ch.sahits.codegen.ui.java.ProjectClassLoaderV2
ch.sahits.codegen.ui.util.ProjectGeneratorClassLoader
@Deprecated public final class ProjectGeneratorClassLoader
This is a special class loader for the generator classes. There are three levels of trying to load the class:
| Constructor Summary | |
|---|---|
ProjectGeneratorClassLoader(IJavaProject project)
Deprecated. Initialize the current active project |
|
| Method Summary | |
|---|---|
protected java.lang.Class<?> |
findClass(java.lang.String name)
Deprecated. This method is called when the class is not found on the classpath. |
| Methods inherited from class ch.sahits.codegen.ui.java.ProjectClassLoaderV2 |
|---|
loadClass |
| Methods inherited from class java.lang.ClassLoader |
|---|
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, 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 |
|---|
public ProjectGeneratorClassLoader(IJavaProject project)
project - active project| Method Detail |
|---|
protected java.lang.Class<?> findClass(java.lang.String name)
throws java.lang.ClassNotFoundException
ch.sahits.codegen.java.generator and look there for the
class that implements the interface IBaseGenerator.
findClass in class ProjectClassLoaderV2name - of the class to be found
java.lang.ClassNotFoundExceptionProjectClassLoaderV2.findClass(java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||