Uses of Interface
fr.gouv.vitam.common.format.identification.FormatIdentifier
-
Packages that use FormatIdentifier 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 FormatIdentifier in fr.gouv.vitam.common.format.identification
Methods in fr.gouv.vitam.common.format.identification that return FormatIdentifier Modifier and Type Method Description FormatIdentifier
FormatIdentifierFactory. getFormatIdentifierFor(java.lang.String formatIdentifierId)
Instantiate the format identifier identified -
Uses of FormatIdentifier in fr.gouv.vitam.common.format.identification.siegfried
Classes in fr.gouv.vitam.common.format.identification.siegfried that implement FormatIdentifier Modifier and Type Class Description class
FormatIdentifierSiegfried
Siegfried implementation of format identifier
-