Index
All Classes and Interfaces|All Packages
A
- Artifact - Class in com.googlecode.download.maven.plugin.internal
-
This mojo is designed to download a maven artifact from the repository and download them in the specified path.
- Artifact() - Constructor for class com.googlecode.download.maven.plugin.internal.Artifact
C
- Checksums - Class in com.googlecode.download.maven.plugin.internal.checksum
-
Checksums supplied to verify file integrity.
- Checksums(String, String, String, String, Log) - Constructor for class com.googlecode.download.maven.plugin.internal.checksum.Checksums
- ChecksumUtils - Class in com.googlecode.download.maven.plugin.internal
- ChecksumUtils() - Constructor for class com.googlecode.download.maven.plugin.internal.ChecksumUtils
- com.googlecode.download.maven.plugin.internal - package com.googlecode.download.maven.plugin.internal
- com.googlecode.download.maven.plugin.internal.cache - package com.googlecode.download.maven.plugin.internal.cache
- com.googlecode.download.maven.plugin.internal.checksum - package com.googlecode.download.maven.plugin.internal.checksum
- completed() - Method in class com.googlecode.download.maven.plugin.internal.LoggingProgressReport
- completed() - Method in interface com.googlecode.download.maven.plugin.internal.ProgressReport
-
Triggered to signal completion of the download operation.
- completed() - Method in class com.googlecode.download.maven.plugin.internal.SilentProgressReport
- computeChecksumAsString(File, MessageDigest) - Static method in class com.googlecode.download.maven.plugin.internal.ChecksumUtils
D
- download(URI, File, HttpContext, List<Header>) - Method in class com.googlecode.download.maven.plugin.internal.HttpFileRequester
-
Downloads the resource with the given URI to the specified local file system location.
- DownloadCache - Class in com.googlecode.download.maven.plugin.internal.cache
-
A class representing a download cache
- DownloadCache(File) - Constructor for class com.googlecode.download.maven.plugin.internal.cache.DownloadCache
E
- error(Exception) - Method in class com.googlecode.download.maven.plugin.internal.LoggingProgressReport
- error(Exception) - Method in interface com.googlecode.download.maven.plugin.internal.ProgressReport
-
Triggered to signal an error occurred during the download operation.
- error(Exception) - Method in class com.googlecode.download.maven.plugin.internal.SilentProgressReport
- execute() - Method in class com.googlecode.download.maven.plugin.internal.Artifact
-
Will download the specified artifact in the specified directory.
- execute() - Method in class com.googlecode.download.maven.plugin.internal.HelpMojo
- execute() - Method in class com.googlecode.download.maven.plugin.internal.WGet
-
Method call when the mojo is executed for the first time.
G
- getArtifact(URI, Checksums) - Method in class com.googlecode.download.maven.plugin.internal.cache.DownloadCache
-
Get a File in the download cache.
- getMD5(File) - Static method in class com.googlecode.download.maven.plugin.internal.ChecksumUtils
- getSHA1(File) - Static method in class com.googlecode.download.maven.plugin.internal.ChecksumUtils
- getSHA256(File) - Static method in class com.googlecode.download.maven.plugin.internal.ChecksumUtils
- getSHA512(File) - Static method in class com.googlecode.download.maven.plugin.internal.ChecksumUtils
H
- HelpMojo - Class in com.googlecode.download.maven.plugin.internal
-
Display help information on download-maven-plugin.
Callmvn download:help -Ddetail=true -Dgoal=<goal-name>to display parameter details. - HelpMojo() - Constructor for class com.googlecode.download.maven.plugin.internal.HelpMojo
- HttpFileRequester - Class in com.googlecode.download.maven.plugin.internal
-
File requester that can download resources over HTTP transport using Apache HttpClient 4.x.
- HttpFileRequester(CloseableHttpClient, ProgressReport) - Constructor for class com.googlecode.download.maven.plugin.internal.HttpFileRequester
I
- initiate(URI, long) - Method in class com.googlecode.download.maven.plugin.internal.LoggingProgressReport
- initiate(URI, long) - Method in interface com.googlecode.download.maven.plugin.internal.ProgressReport
-
Triggered to signal initiation of a download operation.
- initiate(URI, long) - Method in class com.googlecode.download.maven.plugin.internal.SilentProgressReport
- install(URI, File, Checksums) - Method in class com.googlecode.download.maven.plugin.internal.cache.DownloadCache
- isValid(File) - Method in class com.googlecode.download.maven.plugin.internal.checksum.Checksums
-
Validates the file with supplied checksums.
L
- LoggingProgressReport - Class in com.googlecode.download.maven.plugin.internal
-
ProgressReportimplementation that logs operation progress at INFO priority. - LoggingProgressReport(Log, File) - Constructor for class com.googlecode.download.maven.plugin.internal.LoggingProgressReport
P
- ProgressReport - Interface in com.googlecode.download.maven.plugin.internal
-
Progress report of a file download operation.
S
- SilentProgressReport - Class in com.googlecode.download.maven.plugin.internal
-
Silent (no-op) implementation of
ProgressReport. - SilentProgressReport(Log) - Constructor for class com.googlecode.download.maven.plugin.internal.SilentProgressReport
- SSLProtocols - Class in com.googlecode.download.maven.plugin.internal
-
Helper class to check supported SSL protocols.
- SSLProtocols() - Constructor for class com.googlecode.download.maven.plugin.internal.SSLProtocols
- supported() - Static method in class com.googlecode.download.maven.plugin.internal.SSLProtocols
-
List SSL protocols supported by the plugin.
U
- update(long) - Method in class com.googlecode.download.maven.plugin.internal.LoggingProgressReport
- update(long) - Method in interface com.googlecode.download.maven.plugin.internal.ProgressReport
-
Triggered to signal successful retrieval of a chunk of the resource content.
- update(long) - Method in class com.googlecode.download.maven.plugin.internal.SilentProgressReport
V
- validate(File) - Method in class com.googlecode.download.maven.plugin.internal.checksum.Checksums
-
Validates the file with supplied checksums.
- verifyChecksum(File, String, MessageDigest) - Static method in class com.googlecode.download.maven.plugin.internal.ChecksumUtils
W
- WGet - Class in com.googlecode.download.maven.plugin.internal
-
Will download a file from a web site using the standard HTTP protocol.
- WGet() - Constructor for class com.googlecode.download.maven.plugin.internal.WGet
All Classes and Interfaces|All Packages