Interface Mapper

  • All Known Implementing Classes:
    MappingSet, NamespaceMapping

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

      • 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