Package org.opennms.pris.api
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 Summary
Modifier and TypeMethodDescriptioncreate(InstanceConfiguration config) Creates a mapper.Returns the identifier used to created a mapper using this factory. 
- 
Method Details
- 
getIdentifier
String getIdentifier()Returns the identifier used to created a mapper using this factory.- Returns:
 - the identifier string
 
 - 
create
Creates a mapper.- Parameters:
 config- the configuration used to build the mapper- Returns:
 - the created mapper
 
 
 -