Interface Resolver
-
- All Known Implementing Classes:
CatalogueResolverCallBuilder,GenericResolver,GeoportalResolverCallBuilder,SHUBResolverCallBuilder
public interface ResolverThe Interface Resolver.- Author:
- Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Nov 5, 2021
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEntryName()Gets the entry name.StringgetLink(String baseURI, Map<String,String> parameters)Gets the link.StringgetResourceName()Gets the resource name.StringshortLink(String theLink, Map<String,String> parameters)Short link.
-
-
-
Method Detail
-
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 URIparameters- the parameters- Returns:
- the link
- Throws:
Exception- the exception
-
-