Class DiscoverMappedNames

    • Constructor Detail

      • DiscoverMappedNames

        public DiscoverMappedNames()
        Construct a new resource discoverer
    • Method Detail

      • setLog

        @Deprecated
        public static void setLog​(org.apache.commons.logging.Log _log)
        Deprecated.
        This method is not thread-safe
        Sets the Log for this class.
        Parameters:
        _log - This class Log
      • map

        public void map​(java.lang.String fromName,
                        java.lang.String toName)
        Maps a name to another name.
        Parameters:
        fromName - The name has to be mapped
        toName - The mapping target
      • map

        public void map​(java.lang.String fromName,
                        java.lang.String[] toNames)
        Maps a name to multiple names.
        Parameters:
        fromName - The name has to be mapped
        toNames - The mapping targets