Class MinmalStandardMapLoader

  • All Implemented Interfaces:
    IMapPluginLoader

    @Service
    public class MinmalStandardMapLoader
    extends java.lang.Object
    implements IMapPluginLoader
    Author:
    Andi Hotz, (c) Sahits GmbH, 2016 Created on Feb 14, 2016
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMapDefinition()
      Retrieve the path on the classpath to the XML that defines the map.
      java.lang.String getMapTextKey()
      Retrieve the text key for the map name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MinmalStandardMapLoader

        public MinmalStandardMapLoader()
    • Method Detail

      • getMapDefinition

        public java.lang.String getMapDefinition()
        Description copied from interface: IMapPluginLoader
        Retrieve the path on the classpath to the XML that defines the map.
        Specified by:
        getMapDefinition in interface IMapPluginLoader
        Returns:
        path to the xml map definition
      • getMapTextKey

        public java.lang.String getMapTextKey()
        Description copied from interface: IMapPluginLoader
        Retrieve the text key for the map name.
        Specified by:
        getMapTextKey in interface IMapPluginLoader
        Returns:
        text key for the map name.