Interface Mapper

All Known Implementing Classes:
MappingSet, NamespaceMapping

public interface Mapper
interface that namespace mappers are expected to implement
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(HashMap map, boolean packageIsKey)
    execute the mapping
  • Method Details

    • execute

      void execute(HashMap map, boolean packageIsKey) throws org.apache.tools.ant.BuildException
      execute the mapping
      Parameters:
      map - map to map to
      packageIsKey - if the package is to be the key for the map
      Throws:
      org.apache.tools.ant.BuildException - in case of emergency