A B C D E F G H I L P R S U V W 
All Classes All Packages

A

ArtifactMojo - 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.
ArtifactMojo() - Constructor for class com.googlecode.download.maven.plugin.internal.ArtifactMojo
 

B

build() - Method in class com.googlecode.download.maven.plugin.internal.HttpFileRequester.Builder
 
Builder() - Constructor for class com.googlecode.download.maven.plugin.internal.HttpFileRequester.Builder
 

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
 
com.googlecode.maven_download_plugin.download_maven_plugin - package com.googlecode.maven_download_plugin.download_maven_plugin
 
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(File, 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, Log) - Constructor for class com.googlecode.download.maven.plugin.internal.cache.DownloadCache
 
DownloadFailureException - Exception in com.googlecode.download.maven.plugin.internal
Represents a download failure exception, thrown when the requested resource returns a non-20x HTTP code.
DownloadFailureException(int, String) - Constructor for exception com.googlecode.download.maven.plugin.internal.DownloadFailureException
Creates a new instance.

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.ArtifactMojo
Will download the specified artifact in the specified directory.
execute() - Method in class com.googlecode.download.maven.plugin.internal.WGetMojo
Method call when the mojo is executed for the first time.
execute() - Method in class com.googlecode.maven_download_plugin.download_maven_plugin.HelpMojo

F

FileNameUtils - Class in com.googlecode.download.maven.plugin.internal
Common utilities used by the WGetMojo
FileNameUtils() - Constructor for class com.googlecode.download.maven.plugin.internal.FileNameUtils
 

G

getArtifact(URI, Checksums) - Method in class com.googlecode.download.maven.plugin.internal.cache.DownloadCache
Get a File in the download cache.
getHttpCode() - Method in exception com.googlecode.download.maven.plugin.internal.DownloadFailureException
 
getMessage() - Method in exception com.googlecode.download.maven.plugin.internal.DownloadFailureException
 
getOutputFileName(URI) - Static method in class com.googlecode.download.maven.plugin.internal.FileNameUtils
Attempts to construct the target file name based on an URI as the relative resource name or, if the root resource is requested, the host name extracted from the URI.
getStatusLine() - Method in exception com.googlecode.download.maven.plugin.internal.DownloadFailureException
 

H

HelpMojo - Class in com.googlecode.maven_download_plugin.download_maven_plugin
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.maven_download_plugin.download_maven_plugin.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.Builder - Class in com.googlecode.download.maven.plugin.internal
 

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
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.
projectBuilder - Variable in class com.googlecode.download.maven.plugin.internal.ArtifactMojo
The (injected) ProjectBuilder instance.

R

repositorySystem - Variable in class com.googlecode.download.maven.plugin.internal.ArtifactMojo
The (injected) RepositorySystem instance.

S

session - Variable in class com.googlecode.download.maven.plugin.internal.ArtifactMojo
The Maven Session.
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

WGetMojo - Class in com.googlecode.download.maven.plugin.internal
Will download a file from a web site using the standard HTTP protocol.
WGetMojo() - Constructor for class com.googlecode.download.maven.plugin.internal.WGetMojo
 
withConnectTimeout(int) - Method in class com.googlecode.download.maven.plugin.internal.HttpFileRequester.Builder
 
withInsecure(boolean) - Method in class com.googlecode.download.maven.plugin.internal.HttpFileRequester.Builder
 
withLog(Log) - Method in class com.googlecode.download.maven.plugin.internal.HttpFileRequester.Builder
 
withMavenSession(MavenSession) - Method in class com.googlecode.download.maven.plugin.internal.HttpFileRequester.Builder
 
withNtlmDomain(String) - Method in class com.googlecode.download.maven.plugin.internal.HttpFileRequester.Builder
 
withNtlmHost(String) - Method in class com.googlecode.download.maven.plugin.internal.HttpFileRequester.Builder
 
withPassword(String) - Method in class com.googlecode.download.maven.plugin.internal.HttpFileRequester.Builder
 
withPreemptiveAuth(boolean) - Method in class com.googlecode.download.maven.plugin.internal.HttpFileRequester.Builder
 
withProgressReport(ProgressReport) - Method in class com.googlecode.download.maven.plugin.internal.HttpFileRequester.Builder
 
withProxyHost(String) - Method in class com.googlecode.download.maven.plugin.internal.HttpFileRequester.Builder
 
withProxyPassword(String) - Method in class com.googlecode.download.maven.plugin.internal.HttpFileRequester.Builder
 
withProxyPort(int) - Method in class com.googlecode.download.maven.plugin.internal.HttpFileRequester.Builder
 
withProxyUserName(String) - Method in class com.googlecode.download.maven.plugin.internal.HttpFileRequester.Builder
 
withRedirectsEnabled(boolean) - Method in class com.googlecode.download.maven.plugin.internal.HttpFileRequester.Builder
 
withServerId(String) - Method in class com.googlecode.download.maven.plugin.internal.HttpFileRequester.Builder
 
withSocketTimeout(int) - Method in class com.googlecode.download.maven.plugin.internal.HttpFileRequester.Builder
 
withUri(URI) - Method in class com.googlecode.download.maven.plugin.internal.HttpFileRequester.Builder
 
withUsername(String) - Method in class com.googlecode.download.maven.plugin.internal.HttpFileRequester.Builder
 
A B C D E F G H I L P R S U V W 
All Classes All Packages