Class GcubeProfilesPerUCDIdCache
- java.lang.Object
-
- org.gcube.application.geoportaldatamapper.GcubeProfilesPerUCDIdCache
-
public class GcubeProfilesPerUCDIdCache extends Object
The Class GcubeProfilesPerUCDIdCache.- Author:
- Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Oct 12, 2022
-
-
Constructor Summary
Constructors Constructor Description GcubeProfilesPerUCDIdCache()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LinkedHashMap<String,List<GcubeProfilesMetadataForUCD>>get(String scope)Gets the.
-
-
-
Method Detail
-
get
public static LinkedHashMap<String,List<GcubeProfilesMetadataForUCD>> get(String scope) throws Exception
Gets the.- Parameters:
scope- the scope- Returns:
- the geonetwork instance
- Throws:
Exception
-
-