Package | Description |
---|---|
net.adamcin.granite.client.packman |
Modifier and Type | Method and Description |
---|---|
protected static DownloadResponse |
AbstractPackageManagerClient.createDownloadResponse(File outputFile) |
DownloadResponse |
AbstractPackageManagerClient.download(PackId packageId,
File toFile)
Downloads the package identified by
packageId to the absolute path specified by toFile |
DownloadResponse |
PackageManagerClient.download(PackId packageId,
File toFile)
Downloads the package identified by
packageId to the absolute path specified by toFile |
DownloadResponse |
AbstractPackageManagerClient.downloadToDirectory(PackId packageId,
File toDirectory)
Downloads the package to a qualified relative path under
toDirectory |
DownloadResponse |
PackageManagerClient.downloadToDirectory(PackId packageId,
File toDirectory)
Downloads the package to a qualified relative path under
toDirectory |
protected abstract DownloadResponse |
AbstractPackageManagerClient.ResponseBuilder.getDownloadResponse(File outputFile) |
protected static DownloadResponse |
AbstractPackageManagerClient.parseDownloadResponse(int statusCode,
String statusText,
InputStream stream,
File outputFile) |
Copyright © 2013-2017. All Rights Reserved.