| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ExecutionTarget> |
AbstractExecution.targets
The list of targets used for the execution.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExecutionTarget> |
AbstractExecution.getTargets()
Get the list of
ExecutionTarget to be used by the
execution. |
List<ExecutionTarget> |
Execution.getTargets()
Get the list of
ExecutionTarget to be used by the
execution. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractExecution.addTarget(ExecutionTarget target)
Add a target to the list of
ExecutionTarget to be
used by the execution. |
void |
Execution.addTarget(ExecutionTarget target)
Add a target to the list of
ExecutionTarget to be
used by the execution. |
void |
AbstractExecution.removeTarget(ExecutionTarget target)
Remove a target from the list of
ExecutionTarget to
be used by the execution. |
void |
Execution.removeTarget(ExecutionTarget target)
Remove a target from the list of
ExecutionTarget to
be used by the execution. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractExecution.setTargets(List<ExecutionTarget> targets)
Set the list of
ExecutionTarget to be used by the
execution. |
void |
Execution.setTargets(List<ExecutionTarget> targets)
Set the list of
ExecutionTarget to be used by the
execution. |
| Modifier and Type | Class and Description |
|---|---|
class |
CsvSummaryFileTarget
An
ExecutionTarget that writes digests to a CSV file. |
class |
MavenLogTarget
An
ExecutionTarget that writes digests to a Maven Log. |
class |
OneHashPerFileTarget
An
ExecutionTarget that writes digests to separate files. |
class |
ShasumSummaryFileTarget
An
ExecutionTarget that writes digests to a shasum file
compatible with "shasum -b -a <algo> <files> > sha.sum". |
class |
XmlSummaryFileTarget
An
ExecutionTarget that writes digests to an XML file. |
Copyright © 2010–2018. All rights reserved.