| Interface | Description |
|---|---|
| ProgressReport |
Progress report of a file download operation.
|
| Class | Description |
|---|---|
| ArtifactMojo |
This mojo is designed to download a maven artifact from the repository and
download them in the specified path.
|
| ChecksumUtils | |
| HttpFileRequester |
File requester that can download resources over HTTP transport using Apache HttpClient 4.x.
|
| HttpFileRequester.Builder | |
| LoggingProgressReport |
ProgressReport implementation that logs operation progress at INFO priority. |
| SilentProgressReport |
Silent (no-op) implementation of
ProgressReport. |
| SSLProtocols |
Helper class to check supported SSL protocols.
|
| WGetMojo |
Will download a file from a web site using the standard HTTP protocol.
|
| Exception | Description |
|---|---|
| DownloadFailureException |
Represents a download failure exception, thrown when the requested resource returns
a non-20x HTTP code.
|
Copyright © 2009-2023 Open-Source. All Rights Reserved.