Uses of Class
fr.gouv.vitam.common.format.identification.exception.FormatIdentifierNotFoundException
-
Packages that use FormatIdentifierNotFoundException Package Description fr.gouv.vitam.common.format.identification Provides common interface, factory and implementations for the Format Identification modulefr.gouv.vitam.common.format.identification.siegfried 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 FormatIdentifierNotFoundException Modifier and Type Method Description java.util.List<FormatIdentifierResponse>
FormatIdentifier. analysePath(java.nio.file.Path pathToFile)
Identify the format of the file identified by its pathFormatIdentifier
FormatIdentifierFactory. getFormatIdentifierFor(java.lang.String formatIdentifierId)
Instantiate the format identifier identifiedvoid
FormatIdentifierFactory. removeFormatIdentifier(java.lang.String formatIdentifierId)
Remove a format identifier configuration by its idFormatIdentifierInfo
FormatIdentifier. 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 FormatIdentifierNotFoundException Modifier and Type Method Description java.util.List<FormatIdentifierResponse>
FormatIdentifierSiegfried. analysePath(java.nio.file.Path path)
RequestResponse<com.fasterxml.jackson.databind.JsonNode>
SiegfriedClient. analysePath(java.nio.file.Path filePath)
Call siegfried instance to analyse the given file and format a Json responseRequestResponse<com.fasterxml.jackson.databind.JsonNode>
SiegfriedClientRest. analysePath(java.nio.file.Path filePath)
FormatIdentifierInfo
FormatIdentifierSiegfried. status()
RequestResponse<com.fasterxml.jackson.databind.JsonNode>
SiegfriedClient. status(java.nio.file.Path filePath)
Call Siegfried instance to get disponibility and versionRequestResponse<com.fasterxml.jackson.databind.JsonNode>
SiegfriedClientRest. status(java.nio.file.Path filePath)
-