Class LoadingGeoExplorerApplicationURLCache
- java.lang.Object
-
- org.gcube.datatransfer.resolver.caches.LoadingGeoExplorerApplicationURLCache
-
public class LoadingGeoExplorerApplicationURLCache extends Object
The Class LoadingGeoExplorerApplicationURLCache.- Author:
- Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Nov 5, 2018
-
-
Constructor Summary
Constructors Constructor Description LoadingGeoExplorerApplicationURLCache()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringget(String scope)Gets the.protected static StringloadGeoExplorerApplicationURL(String scope)Load geo explorer application url.
-
-
-
Method Detail
-
get
public static String get(String scope) throws ExecutionException
Gets the.- Parameters:
scope- the scope- Returns:
- the string
- Throws:
ExecutionException- the execution exception
-
-