Class ISUtils
- java.lang.Object
-
- org.gcube.data.publishing.gCatFeeder.utils.ISUtils
-
public class ISUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description ISUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,String>loadConfiguration()static List<org.gcube.common.resources.gcore.GCoreEndpoint>queryForGCoreEndpoint(String serviceClass, String serviceName)static List<org.gcube.common.resources.gcore.GenericResource>queryForGenericResources(String name, String secondaryType)static List<org.gcube.common.resources.gcore.ServiceEndpoint>queryForServiceEndpoints(String category, String platformName)static List<org.gcube.common.resources.gcore.ServiceEndpoint>queryForServiceEndpointsByName(String category, String name)
-
-
-
Method Detail
-
queryForServiceEndpoints
public static List<org.gcube.common.resources.gcore.ServiceEndpoint> queryForServiceEndpoints(String category, String platformName)
-
queryForServiceEndpointsByName
public static List<org.gcube.common.resources.gcore.ServiceEndpoint> queryForServiceEndpointsByName(String category, String name)
-
queryForGCoreEndpoint
public static List<org.gcube.common.resources.gcore.GCoreEndpoint> queryForGCoreEndpoint(String serviceClass, String serviceName)
-
queryForGenericResources
public static List<org.gcube.common.resources.gcore.GenericResource> queryForGenericResources(String name, String secondaryType)
-
-