public interface JarDownloader
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
LOCAL_JAR_FILE_SYSTEM_PROPERTY
This system property will hold the absolute path of the local JAR download if it was needed.
|
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.
|
static final java.lang.String LOCAL_JAR_FILE_SYSTEM_PROPERTY