|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StreamUtils.ProgressBar | |
---|---|
org.ops4j.pax.runner.platform.internal |
Uses of StreamUtils.ProgressBar in org.ops4j.pax.runner.platform.internal |
---|
Classes in org.ops4j.pax.runner.platform.internal that implement StreamUtils.ProgressBar | |
---|---|
static class |
StreamUtils.CoarseGrainedProgressBar
A progress bar that displayed corse grained information about downloading of an artifact |
static class |
StreamUtils.FineGrainedProgressBar
A progress bar that displayed detailed information about downloading of an artifact |
static class |
StreamUtils.NullProgressBar
A progress bar that does nothing = does not display anything on console. |
Methods in org.ops4j.pax.runner.platform.internal with parameters of type StreamUtils.ProgressBar | |
---|---|
static void |
StreamUtils.streamCopy(java.io.InputStream in,
java.io.BufferedOutputStream out,
StreamUtils.ProgressBar progressBar)
Copy a stream to a destination. |
static void |
StreamUtils.streamCopy(java.net.URL url,
java.io.BufferedOutputStream out,
StreamUtils.ProgressBar progressBar)
Copy a stream from an urlto a destination. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |