Package | Description |
---|---|
fr.gouv.vitam.common.format.identification |
Provides common interface, factory and implementations for the Format Identification module
|
fr.gouv.vitam.common.format.identification.siegfried |
Provides the Siegfried implementation for the Format Identification module
|
fr.gouv.vitam.worker.core.plugin.preservation.model |
Modifier and Type | Method and Description |
---|---|
List<FormatIdentifierResponse> |
FormatIdentifier.analysePath(Path pathToFile)
Identify the format of the file identified by its path
|
Modifier and Type | Method and Description |
---|---|
List<FormatIdentifierResponse> |
FormatIdentifierSiegfried.analysePath(Path path) |
Modifier and Type | Method and Description |
---|---|
Optional<FormatIdentifierResponse> |
WorkflowBatchResult.OutputExtra.getBinaryFormat() |
Modifier and Type | Method and Description |
---|---|
static WorkflowBatchResult.OutputExtra |
WorkflowBatchResult.OutputExtra.withBinaryFormat(WorkflowBatchResult.OutputExtra outputExtra,
FormatIdentifierResponse binaryFormat) |
Constructor and Description |
---|
OutputExtra(OutputPreservation output,
String binaryGUID,
Optional<Long> size,
Optional<String> binaryHash,
Optional<FormatIdentifierResponse> binaryFormat,
Optional<StoredInfoResult> storedInfo,
Optional<String> error) |
Copyright © 2019 Vitam. All rights reserved.