Class CatalogueServiceEndpointReader


  • public class CatalogueServiceEndpointReader
    extends Object
    The Class CatalogueServiceEndpointReader.
    Author:
    Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it Apr 20, 2018
    • Constructor Detail

      • CatalogueServiceEndpointReader

        public CatalogueServiceEndpointReader()
        Instantiates a new catalogue service endpoint reader.
    • 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
      • getDataCatalogueImpl

        public static org.gcube.datacatalogue.utillibrary.server.DataCatalogueImpl getDataCatalogueImpl()
                                                                                                 throws Exception
        Gets the data catalogue impl.
        Returns:
        the data catalogue impl
        Throws:
        Exception