public class PluginExtractor extends Object
| Constructor and Description |
|---|
PluginExtractor() |
| Modifier and Type | Method and Description |
|---|---|
Plugin |
extractJarFile(File archive,
File targetDirectory)
extractJarFile.
|
List<String> |
getClasses()
Getter for the field
classes. |
List<Path> |
getFiles()
Getter for the field
files. |
public Plugin extractJarFile(File archive, File targetDirectory) throws IOException
extractJarFile.
archive - a File object.targetDirectory - a File object.Plugin object.IOException - if any.Copyright © 2006–2016 OWASP. All rights reserved.