Class LoadingGisViewerApplicationURLCache
- java.lang.Object
-
- org.gcube.datatransfer.resolver.caches.LoadingGisViewerApplicationURLCache
-
public class LoadingGisViewerApplicationURLCache extends Object
The Class LoadingGisViewerApplicationURLCache.- Author:
- Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Nov 5, 2018
-
-
Constructor Summary
Constructors Constructor Description LoadingGisViewerApplicationURLCache()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringget(String scope)Gets the.protected static StringloadGisViewerApplicationURL(String scope)Load gis viewer 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
-
-