| Package | Description |
|---|---|
| net.nicoulaj.maven.plugins.checksum.execution |
Classes used by
Mojo implementations to execute the file digests calcul and output
them to various targets. |
| net.nicoulaj.maven.plugins.checksum.execution.target |
Classes for writing calculated file digests to various output targets.
|
| net.nicoulaj.maven.plugins.checksum.mojo |
Implementations of
Mojo for checksum-maven-plugin. |
| Modifier and Type | Field and Description |
|---|---|
protected List<ChecksumFile> |
AbstractExecution.files
The list of files used for the execution.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChecksumFile> |
AbstractExecution.getFiles()
Get the list of files to be processed by the execution.
|
List<ChecksumFile> |
Execution.getFiles()
Get the list of files to be processed by the execution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractExecution.addFile(ChecksumFile file)
Add a file to the list of files to be processed by the execution.
|
void |
Execution.addFile(ChecksumFile file)
Add a file to the list of files to be processed by the execution.
|
void |
AbstractExecution.removeFile(ChecksumFile file)
Remove a file from the list of files to be processed by the execution.
|
void |
Execution.removeFile(ChecksumFile file)
Remove a file from the list of files to be processed by the execution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractExecution.setFiles(List<ChecksumFile> files)
Set the list of files to be processed by the execution.
|
void |
Execution.setFiles(List<ChecksumFile> files)
Set the list of files to be processed by the execution.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<ChecksumFile,Map<String,String>> |
ShasumSummaryFileTarget.filesHashcodes
The association file => (algorithm,hashcode).
|
protected Map<ChecksumFile,Map<String,String>> |
XmlSummaryFileTarget.filesHashcodes
The association file => (algorithm,hashcode).
|
protected Map<ChecksumFile,Map<String,String>> |
CsvSummaryFileTarget.filesHashcodes
The association file => (algorithm,hashcode).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionTarget.write(String digest,
ChecksumFile file,
String algorithm)
Write the hashcode calculated for the given file and algorithm to the target.
|
void |
ShasumSummaryFileTarget.write(String digest,
ChecksumFile file,
String algorithm)
Write the hashcode calculated for the given file and algorithm to the target.
|
void |
MavenLogTarget.write(String digest,
ChecksumFile file,
String algorithm)
Write the hashcode calculated for the given file and algorithm to the target.
|
void |
OneHashPerFileTarget.write(String digest,
ChecksumFile file,
String algorithm)
Write the hashcode calculated for the given file and algorithm to the target.
|
void |
XmlSummaryFileTarget.write(String digest,
ChecksumFile file,
String algorithm)
Write the hashcode calculated for the given file and algorithm to the target.
|
void |
CsvSummaryFileTarget.write(String digest,
ChecksumFile file,
String algorithm)
Write the hashcode calculated for the given file and algorithm to the target.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<ChecksumFile> |
DependenciesMojo.getFilesToProcess()
Build the list of files from which digests should be generated.
|
protected List<ChecksumFile> |
FilesMojo.getFilesToProcess()
Build the list of files from which digests should be generated.
|
protected List<ChecksumFile> |
ArtifactsMojo.getFilesToProcess()
Build the list of files from which digests should be generated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ChecksumFile.getRelativePath(ChecksumFile file,
String subPath) |
Copyright © 2010–2018. All rights reserved.