Uses of Class
fr.gouv.vitam.common.format.identification.exception.FormatIdentifierTechnicalException
-
Packages that use FormatIdentifierTechnicalException 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 FormatIdentifierTechnicalException in fr.gouv.vitam.common.format.identification
Methods in fr.gouv.vitam.common.format.identification that throw FormatIdentifierTechnicalException 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 pathFormatIdentifierFormatIdentifierFactory. getFormatIdentifierFor(java.lang.String formatIdentifierId)Instantiate the format identifier identifiedFormatIdentifierInfoFormatIdentifier. 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 FormatIdentifierTechnicalException 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)FormatIdentifierInfoFormatIdentifierSiegfried. 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)Constructors in fr.gouv.vitam.common.format.identification.siegfried that throw FormatIdentifierTechnicalException Constructor Description FormatIdentifierSiegfried(java.util.Map<java.lang.String,java.lang.Object> configurationProperties)Configuration should come with 'client', 'rootPath' and 'versionPath' mandatory parameters.
-