Class FormatIdentifierConfiguration


  • public class FormatIdentifierConfiguration
    extends java.lang.Object
    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 Detail

      • FormatIdentifierConfiguration

        public FormatIdentifierConfiguration()
    • Method Detail

      • setType

        public void setType​(FormatIdentifierType type)
        Set the type
        Parameters:
        type - the type
      • getConfigurationProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getConfigurationProperties()
        Get the configuration properties
        Returns:
        map of configuration properties
      • setConfigurationProperty

        public void setConfigurationProperty​(java.lang.String name,
                                             java.lang.Object value)
        Add a property to the configuration properties
        Parameters:
        name - the property name
        value - the property value