Interface IMappingManager

All Known Implementing Classes:
MappingManager

public interface IMappingManager
This mapping manager exposes the available mappings.
Since:
7.2
Author:
Jon van Leuven
  • Method Details

    • getMapping

      IMapping getMapping(String name)
      This method returns a mapping that is available for a specified name.
      Parameters:
      name - The name of the mapping.
      Returns:
      The mapper, never null.
      Throws:
      UnknownMappingException - Is thrown when no mapping could be found for the specified name.
    • getMappingNames

      String[] getMappingNames()
      This method returns all available mapping names.
      Returns:
      An array containing the available mapping names, never null, but can be an empty array.
    • getProcessMapping

      IProcessMapping getProcessMapping()
      This method returns the process mapping if one is available.
      Returns:
      The process mapping, may be null.