Interface Mapper.Factory

All Known Implementing Classes:
DefaultOcsComputerMapper.Factory, DefaultOcsSnmpDevicesMapper.Factory, EchoMapper.Factory, NullMapper.Factory, ScriptMapper.Factory
Enclosing interface:
Mapper

public static interface Mapper.Factory
Factory interface for creating Mappers.
  • Method Details

    • getIdentifier

      String getIdentifier()
      Returns the identifier used to created a mapper using this factory.
      Returns:
      the identifier string
    • create

      Mapper create(InstanceConfiguration config)
      Creates a mapper.
      Parameters:
      config - the configuration used to build the mapper
      Returns:
      the created mapper