Uses of Class
fr.gouv.vitam.common.format.identification.model.FormatIdentifierResponse
-
Packages that use FormatIdentifierResponse 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 modulefr.gouv.vitam.worker.core.plugin.preservation.model -
-
Uses of FormatIdentifierResponse in fr.gouv.vitam.common.format.identification
Methods in fr.gouv.vitam.common.format.identification that return types with arguments of type FormatIdentifierResponse 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 path -
Uses of FormatIdentifierResponse in fr.gouv.vitam.common.format.identification.siegfried
Methods in fr.gouv.vitam.common.format.identification.siegfried that return types with arguments of type FormatIdentifierResponse Modifier and Type Method Description java.util.List<FormatIdentifierResponse>
FormatIdentifierSiegfried. analysePath(java.nio.file.Path path)
-
Uses of FormatIdentifierResponse in fr.gouv.vitam.worker.core.plugin.preservation.model
Methods in fr.gouv.vitam.worker.core.plugin.preservation.model that return types with arguments of type FormatIdentifierResponse Modifier and Type Method Description java.util.Optional<FormatIdentifierResponse>
WorkflowBatchResult.OutputExtra. getBinaryFormat()
Methods in fr.gouv.vitam.worker.core.plugin.preservation.model with parameters of type FormatIdentifierResponse Modifier and Type Method Description static WorkflowBatchResult.OutputExtra
WorkflowBatchResult.OutputExtra. withBinaryFormat(WorkflowBatchResult.OutputExtra outputExtra, FormatIdentifierResponse binaryFormat)
-