class ExtoolsFetcher extends java.lang.Object
Fetches extools archives from the repository into the provided local directory
| Constructor and description |
|---|
ExtoolsFetcher
(java.net.URL remoteRepoUrl, java.io.File targetDir)Creates a fetcher for the given URL |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
fetch(java.lang.String extoolName)Fetch the given remote file if not available in the target directory |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Creates a fetcher for the given URL
remoteRepoUrl - the URL of the repository, typically with a "file" or "http/s" protocol, maybe nulltargetDir - the local directory where to store the files