public class ExplodingDownloader extends Object implements Downloader
DEFAULT_NAME
Constructor and Description |
---|
ExplodingDownloader() |
Modifier and Type | Method and Description |
---|---|
boolean |
fetch(BuckEventBus eventBus,
URI uri,
Path output)
Download the given URL and, upon a successful download, place it in
output . |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public boolean fetch(BuckEventBus eventBus, URI uri, Path output)
Downloader
output
. Note that
if a Downloader
can't handle the URI.scheme
then false
will be
returned.fetch
in interface Downloader