Skip navigation links
A C D E G H I L P S U V W 

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

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.signature - package com.googlecode.download.maven.plugin.internal.signature
 
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
 
computeSignatureAsString(File, MessageDigest) - Static method in class com.googlecode.download.maven.plugin.internal.SignatureUtils
 

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, Signatures) - 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.SignatureUtils
 
getSHA1(File) - Static method in class com.googlecode.download.maven.plugin.internal.SignatureUtils
 
getSHA256(File) - Static method in class com.googlecode.download.maven.plugin.internal.SignatureUtils
 
getSHA512(File) - Static method in class com.googlecode.download.maven.plugin.internal.SignatureUtils
 

H

HelpMojo - Class in com.googlecode.download.maven.plugin.internal
Display help information on download-maven-plugin.
Call mvn 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, Signatures) - Method in class com.googlecode.download.maven.plugin.internal.cache.DownloadCache
 
isValid(File) - Method in class com.googlecode.download.maven.plugin.internal.signature.Signatures
Validates the file with supplied signatures.

L

LoggingProgressReport - Class in com.googlecode.download.maven.plugin.internal
ProgressReport implementation that logs operation progress at INFO priority.
LoggingProgressReport(Log) - 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

Signatures - Class in com.googlecode.download.maven.plugin.internal.signature
Signatures supplied to verify file integrity.
Signatures(String, String, String, String, Log) - Constructor for class com.googlecode.download.maven.plugin.internal.signature.Signatures
 
SignatureUtils - Class in com.googlecode.download.maven.plugin.internal
 
SignatureUtils() - Constructor for class com.googlecode.download.maven.plugin.internal.SignatureUtils
 
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.signature.Signatures
Validates the file with supplied signatures.
verifySignature(File, String, MessageDigest) - Static method in class com.googlecode.download.maven.plugin.internal.SignatureUtils
 

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
 
A C D E G H I L P S U V W 
Skip navigation links

Copyright © 2009-2021 Open-Source. All Rights Reserved.