public class UrlDownloader
extends java.lang.Object
UrlDownloader downloads the passed URL into a temporary file.
Objects of this class download the passed URL into a temporary file
that will be removed when jlog terminates.| Constructor and Description |
|---|
UrlDownloader(java.net.URL url) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
download()
Download the url in the thread.
|