Class LoadingGNPublicLayerIDsInstanceCache
- java.lang.Object
-
- org.gcube.datatransfer.resolver.caches.LoadingGNPublicLayerIDsInstanceCache
-
public class LoadingGNPublicLayerIDsInstanceCache extends Object
The Class LoadingGNPublicLayerIDsInstanceCache.- Author:
- Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) May 21, 2019
-
-
Constructor Summary
Constructors Constructor Description LoadingGNPublicLayerIDsInstanceCache()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<String>get(String scope)Gets the.protected static List<String>loadGNPublicLayersID(String geonetworkEndPoint)Load GN public layers ID.
-
-
-
Method Detail
-
get
public static List<String> get(String scope) throws ExecutionException
Gets the.- Parameters:
scope- the scope- Returns:
- the geonetwork instance
- Throws:
ExecutionException- the execution exception
-
-