@Component public class JarDownloaderImpl extends java.lang.Object implements JarDownloader
LOCAL_JAR_FILE_SYSTEM_PROPERTY
Constructor and Description |
---|
JarDownloaderImpl() |
Modifier and Type | Method and Description |
---|---|
void |
downloadJar(java.util.List<java.io.File> tempFiles)
Download a local copy of the JAR file to a temporary location so libraries like
ZAP and Cucumber can inspect it.
|
public void downloadJar(@NotNull java.util.List<java.io.File> tempFiles)
JarDownloader
downloadJar
in interface JarDownloader
tempFiles
- A list of temporary files to be cleaned up when the app finishes