|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jpox.util.Imports
Utility class handling Imports.
Constructor Summary | |
Imports()
Constructor. |
Method Summary | |
void |
importPackage(java.lang.String className)
Method to import the package given by the specified class. |
void |
parseImports(java.lang.String imports)
Utility to parse the imports. |
java.lang.Class |
resolveClassDeclaration(java.lang.String classDecl,
ClassLoaderResolver clr,
java.lang.ClassLoader primaryClassLoader)
Utility to resolve a class declaration. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Imports()
Method Detail |
public void importPackage(java.lang.String className)
className
- The class namepublic void parseImports(java.lang.String imports)
imports
- The Imports stringpublic java.lang.Class resolveClassDeclaration(java.lang.String classDecl, ClassLoaderResolver clr, java.lang.ClassLoader primaryClassLoader)
classDecl
- The class declarationclr
- ClassLoaderResolverprimaryClassLoader
- The primary ClassLoader for the class
ClassNotResolvedException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |