public class ClassFileExtractionManager extends Object
| Constructor and Description |
|---|
ClassFileExtractionManager(File tempDir) |
| Modifier and Type | Method and Description |
|---|---|
void |
addLibraryJar(File libraryJar)
Add all packages found in the jar file to the package <> jar(s) index.
|
File |
getLibraryClassFile(String className)
Retrieve the file that contains the extracted class file.
|
public ClassFileExtractionManager(File tempDir)
public void addLibraryJar(File libraryJar)
libraryJar - Jar file to add to the index.public File getLibraryClassFile(String className)
className - Name of the class to extract.Copyright © 2013. All rights reserved