public class DepDownloader
extends java.lang.Object
| Constructor and Description |
|---|
DepDownloader() |
| Modifier and Type | Method and Description |
|---|---|
static void |
downloadDepdency(java.net.URL in,
java.lang.String out)
Downloads the URL to the file if the file does not exist.
|
public static void downloadDepdency(java.net.URL in,
java.lang.String out)
in - the URL to download fromout - the file to download to