|
||||||||||
| 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.input.XMLInputFileGeneratorClassLoader
@Deprecated public final class XMLInputFileGeneratorClassLoader
This class loader parses an XML input file for
the model generator class that must be specified in
a <modelgenerator> tag. The class is tried to load
over the extension point ch.sahits.codegen.java.inputxmlparser
or the ProjectClassLoaderV2.
| Constructor Summary | |
|---|---|
XMLInputFileGeneratorClassLoader(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 XMLInputFileGeneratorClassLoader(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 | |||||||||