All Known Implementing Classes:
CatalogueResolver, GenericResolver, GeoportalResolver, SHUBResolver

public interface Resolver
The Interface Resolver.
Author:
Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Nov 5, 2021
  • Method Details

    • getResourceName

      String getResourceName()
      Gets the resource name.
      Returns:
      the resource name
    • getEntryName

      String getEntryName()
      Gets the entry name.
      Returns:
      the entry name
    • getLink

      String getLink(String baseURI, Map<String,String> parameters) throws Exception
      Gets the link.
      Parameters:
      baseURI - the base URI
      parameters - the parameters
      Returns:
      the link
      Throws:
      Exception - the exception
    • shortLink

      String shortLink(String theLink, Map<String,String> parameters) throws Exception
      Short link.
      Parameters:
      theLink - the the link
      parameters - the parameters
      Returns:
      the string
      Throws:
      Exception - the exception