| Package | Description |
|---|---|
| net.nicoulaj.maven.plugins.checksum.artifacts | |
| net.nicoulaj.maven.plugins.checksum.execution.target |
Classes for writing calculated file digests to various output targets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArtifactAttacher |
| Modifier and Type | Field and Description |
|---|---|
protected Iterable<? extends ArtifactListener> |
OneHashPerFileTarget.artifactListeners
List of listeners which are notified every time a checksum file is created.
|
protected Iterable<? extends ArtifactListener> |
CsvSummaryFileTarget.artifactListeners
List of listeners which are notified every time a CSV file is created.
|
protected Iterable<? extends ArtifactListener> |
XmlSummaryFileTarget.artifactListeners
List of listeners which are notified every time a XML file is created.
|
protected Iterable<? extends ArtifactListener> |
ShasumSummaryFileTarget.artifactListeners
List of listeners which are notified every time a sum file is created.
|
| Constructor and Description |
|---|
CsvSummaryFileTarget(File summaryFile,
String encoding,
Iterable<? extends ArtifactListener> artifactListeners)
Build a new instance of
CsvSummaryFileTarget. |
OneHashPerFileTarget(String encoding,
File outputDirectory,
Iterable<? extends ArtifactListener> artifactListeners)
Build a new instance of
OneHashPerFileTarget. |
OneHashPerFileTarget(String encoding,
File outputDirectory,
Iterable<? extends ArtifactListener> artifactListeners,
boolean appendFilename)
Build a new instance of
OneHashPerFileTarget. |
OneHashPerFileTarget(String encoding,
Iterable<? extends ArtifactListener> artifactListeners)
Build a new instance of
OneHashPerFileTarget. |
ShasumSummaryFileTarget(File summaryFile,
Iterable<? extends ArtifactListener> artifactListeners)
Build a new instance of
ShasumSummaryFileTarget. |
XmlSummaryFileTarget(File summaryFile,
String encoding,
Iterable<? extends ArtifactListener> artifactListeners)
Build a new instance of
XmlSummaryFileTarget. |
Copyright © 2010–2016. All rights reserved.