See: Description
| Interface | Description |
|---|---|
| ExecutionTarget |
An
ExecutionTarget is an output target for calculated digests. |
| Class | Description |
|---|---|
| CsvSummaryFileTarget |
An
ExecutionTarget that writes digests to a CSV file. |
| MavenLogTarget |
An
ExecutionTarget that writes digests to a Maven Log. |
| OneHashPerFileTarget |
An
ExecutionTarget that writes digests to separate files. |
| ShasumSummaryFileTarget |
An
ExecutionTarget that writes digests to a shasum file
compatible with "shasum -b -a <algo> <files> > sha.sum". |
| XmlSummaryFileTarget |
An
ExecutionTarget that writes digests to an XML file. |
| Exception | Description |
|---|---|
| ExecutionTargetCloseException |
Thrown when an error occurs while trying to close an
ExecutionTarget. |
| ExecutionTargetInitializationException |
Thrown when an error occurs while trying to initialize an
ExecutionTarget. |
| ExecutionTargetWriteException |
Thrown when an error occurs while trying to write to an
ExecutionTarget. |
ExecutionTargetCopyright © 2010–2018. All rights reserved.