Class FormatIdentifierConfiguration
java.lang.Object
fr.gouv.vitam.common.format.identification.model.FormatIdentifierConfiguration
Format Identifier Configuration : contains all the parameters to instantiate a FormatIdentifier implementation. Only
the type is mandatory since it is used to choose the implementation class, all other properties are in
configurationProperties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the configuration propertiesgetType()Get the typevoidsetConfigurationProperty(String name, Object value) Add a property to the configuration propertiesvoidsetType(FormatIdentifierType type) Set the type
-
Constructor Details
-
FormatIdentifierConfiguration
public FormatIdentifierConfiguration()
-
-
Method Details
-
getType
Get the type- Returns:
- the type
-
setType
Set the type- Parameters:
type- the type
-
getConfigurationProperties
Get the configuration properties- Returns:
- map of configuration properties
-
setConfigurationProperty
Add a property to the configuration properties- Parameters:
name- the property namevalue- the property value
-