| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sourceforge.jemm.weaver.analysis.JAClassCreator
public final class JAClassCreator
Utility class for setting up CtClass instances from classes stored on the filesystem.
| Method Summary | |
|---|---|
static javassist.CtClass | 
createClass(java.io.File baseDirectory,
            java.lang.String fileName)
Load a class file as a CtClass from the specified location on the filesystem.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static javassist.CtClass createClass(java.io.File baseDirectory,
                                            java.lang.String fileName)
                                     throws java.io.IOException
baseDirectory - The base directory to load from.fileName - The path of the class file relative to 'baseDirectory'
java.io.IOException - On IOError loaded class.
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||