Interface Resolver
- 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
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumEnum for resolver entry names. -
Method Summary
-
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
Gets the link.- Parameters:
baseURI- the base URIparameters- the parameters- Returns:
- the link
- Throws:
Exception- the exception
-
shortLink
Short link.- Parameters:
theLink- the the linkparameters- the parameters- Returns:
- the string
- Throws:
Exception- the exception
-