Uses of Class
fr.gouv.vitam.common.format.identification.exception.FormatIdentifierTechnicalException
Packages that use FormatIdentifierTechnicalException
Package
Description
Provides common interface, factory and implementations for the Format Identification module
Provides the Siegfried implementation for the Format Identification module
-
Uses of FormatIdentifierTechnicalException in fr.gouv.vitam.common.format.identification
Methods in fr.gouv.vitam.common.format.identification that throw FormatIdentifierTechnicalExceptionModifier and TypeMethodDescriptionFormatIdentifier.analysePath
(Path pathToFile) Identify the format of the file identified by its pathFormatIdentifierFactory.getFormatIdentifierFor
(String formatIdentifierId) Instantiate the format identifier identifiedFormatIdentifier.status()
Get format identifier status -
Uses of FormatIdentifierTechnicalException in fr.gouv.vitam.common.format.identification.siegfried
Methods in fr.gouv.vitam.common.format.identification.siegfried that throw FormatIdentifierTechnicalExceptionModifier 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>
Constructors in fr.gouv.vitam.common.format.identification.siegfried that throw FormatIdentifierTechnicalExceptionModifierConstructorDescriptionFormatIdentifierSiegfried
(Map<String, Object> configurationProperties) Configuration should come with 'client', 'rootPath' and 'versionPath' mandatory parameters.