Class LoadingGeonetworkInstanceCache
- java.lang.Object
-
- org.gcube.datatransfer.resolver.caches.LoadingGeonetworkInstanceCache
-
public class LoadingGeonetworkInstanceCache extends Object
The Class LoadingGeonetworkInstanceCache.- Author:
- Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Nov 5, 2018
-
-
Constructor Summary
Constructors Constructor Description LoadingGeonetworkInstanceCache()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GeonetworkInstanceget(String scope)Gets the.protected static GeonetworkInstanceloadGeonetworkInstance(String scope)Load geonetwork instance.
-
-
-
Method Detail
-
get
public static GeonetworkInstance get(String scope) throws ExecutionException
Gets the.- Parameters:
scope- the scope- Returns:
- the geonetwork instance
- Throws:
ExecutionException- the execution exception
-
loadGeonetworkInstance
protected static GeonetworkInstance loadGeonetworkInstance(String scope) throws GeonetworkInstanceException
Load geonetwork instance.- Parameters:
scope- the scope- Returns:
- the geonetwork instance
- Throws:
GeonetworkInstanceException- the geonetwork instance exception
-
-