Class CatalogueServiceEndpointReader
- java.lang.Object
-
- org.gcube.datatransfer.resolver.catalogue.endpoint.CatalogueServiceEndpointReader
-
public class CatalogueServiceEndpointReader extends Object
The Class CatalogueServiceEndpointReader.- Author:
- Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it Apr 20, 2018
-
-
Constructor Summary
Constructors Constructor Description CatalogueServiceEndpointReader()Instantiates a new catalogue service endpoint reader.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetCatalogueUrl()Gets the catalogue url.static List<org.gcube.common.resources.gcore.ServiceEndpoint>getConfigurationFromISFORCatalogueUrl()Retrieve endpoints information from IS for DataCatalogue URL.static org.gcube.datacatalogue.ckanutillibrary.server.DataCatalogueImplgetDataCatalogueImpl()Gets the data catalogue impl.
-
-
-
Method Detail
-
getConfigurationFromISFORCatalogueUrl
public static List<org.gcube.common.resources.gcore.ServiceEndpoint> getConfigurationFromISFORCatalogueUrl() throws Exception
Retrieve endpoints information from IS for DataCatalogue URL.- Returns:
- list of endpoints for ckan data catalogue
- Throws:
Exception- the exception
-
getCatalogueUrl
public static String getCatalogueUrl()
Gets the catalogue url.- Returns:
- the catalogue url
-
-