public class IoUtil extends Object
Constructor and Description |
---|
IoUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
download(io.fabric8.maven.docker.util.Logger log,
URL downloadUrl,
File target)
Download with showing the progress a given URL and store it in a file
|
public static void download(io.fabric8.maven.docker.util.Logger log, URL downloadUrl, File target) throws org.apache.maven.plugin.MojoExecutionException
log
- logger used to track progressdownloadUrl
- url to downloadtarget
- target file where to store the downloaded dataorg.apache.maven.plugin.MojoExecutionException
Copyright © 2017. All rights reserved.