|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface implemented by classes that generate JC ELF object files from raw class files.
| Method Summary | |
void |
generateObject(String className,
ClassfileFinder finder,
File file)
Generate the ELF object file for the named class and write it into the file. |
boolean |
objectIsValid(String className,
ClassfileFinder finder,
File file)
Determine if an ELF object file is valid for the named class and all other classes (available through the provided finder) on which the object file may depend. |
| Method Detail |
public void generateObject(String className,
ClassfileFinder finder,
File file)
throws Exception
className - Class name (with slashes, not dots)finder - Object capable of retrieving class filesfile - Where to put resulting ELF object
Exception
public boolean objectIsValid(String className,
ClassfileFinder finder,
File file)
throws Exception
finder) on which the object file may depend.
className - Class name (with slashes, not dots)finder - Class finder capable of retrieving class filesfile - Where to put resulting ELF object
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||