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
|
Modifier and Type | Method and Description |
---|---|
List<FormatIdentifierResponse> |
FormatIdentifier.analysePath(Path pathToFile)
Identify the format of the file identified by its path
|
FormatIdentifier |
FormatIdentifierFactory.getFormatIdentifierFor(String formatIdentifierId)
Instantiate the format identifier identified
|
void |
FormatIdentifierFactory.removeFormatIdentifier(String formatIdentifierId)
Remove a format identifier configuration by its id
|
FormatIdentifierInfo |
FormatIdentifier.status()
Get format identifier status
|
Modifier and Type | Method and Description |
---|---|
List<FormatIdentifierResponse> |
FormatIdentifierSiegfried.analysePath(Path path) |
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
SiegfriedClientRest.analysePath(Path filePath) |
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
SiegfriedClient.analysePath(Path filePath)
Call siegfried instance to analyse the given file and format a Json response
|
FormatIdentifierInfo |
FormatIdentifierSiegfried.status() |
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
SiegfriedClientRest.status(Path filePath) |
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
SiegfriedClient.status(Path filePath)
Call Siegfried instance to get disponibility and version
|
Copyright © 2018 Vitam. All rights reserved.