Uses of Class
fr.gouv.vitam.common.format.identification.exception.FormatIdentifierNotFoundException
Package
Description
Provides common interface, factory and implementations for the Format Identification module
Provides the Siegfried implementation for the Format Identification module
-
Uses of FormatIdentifierNotFoundException in fr.gouv.vitam.common.format.identification
Modifier and TypeMethodDescriptionFormatIdentifier.analysePath
(Path pathToFile) Identify the format of the file identified by its pathFormatIdentifierFactory.getFormatIdentifierFor
(String formatIdentifierId) Instantiate the format identifier identifiedvoid
FormatIdentifierFactory.removeFormatIdentifier
(String formatIdentifierId) Remove a format identifier configuration by its idFormatIdentifier.status()
Get format identifier status -
Uses of FormatIdentifierNotFoundException in fr.gouv.vitam.common.format.identification.siegfried
Modifier and TypeMethodDescriptionFormatIdentifierSiegfried.analysePath
(Path path) RequestResponse<com.fasterxml.jackson.databind.JsonNode>
SiegfriedClient.analysePath
(Path filePath) Call siegfried instance to analyse the given file and format a Json responseRequestResponse<com.fasterxml.jackson.databind.JsonNode>
SiegfriedClientRest.analysePath
(Path filePath) FormatIdentifierSiegfried.status()
RequestResponse<com.fasterxml.jackson.databind.JsonNode>
Call Siegfried instance to get disponibility and versionRequestResponse<com.fasterxml.jackson.databind.JsonNode>