Uses of Class
fr.gouv.vitam.common.format.identification.exception.FormatIdentifierNotFoundException
Packages that use 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
Methods in fr.gouv.vitam.common.format.identification that throw FormatIdentifierNotFoundExceptionModifier and TypeMethodDescriptionFormatIdentifier.analysePath(Path pathToFile) Identify the format of the file identified by its pathFormatIdentifierFactory.getFormatIdentifierFor(String formatIdentifierId) Instantiate the format identifier identifiedvoidFormatIdentifierFactory.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
Methods in fr.gouv.vitam.common.format.identification.siegfried that throw FormatIdentifierNotFoundExceptionModifier 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>