Class ContextUtility
- java.lang.Object
-
- org.gcube.informationsystem.resourceregistry.api.contexts.ContextUtility
-
public class ContextUtility extends Object
- Author:
- Luca Frosini (ISTI - CNR)
-
-
Constructor Summary
Constructors Constructor Description ContextUtility()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Set<String>getContextFullNameSet(Collection<UUID> uuids)static Map<UUID,String>getContextMap(String objectnode)static Set<UUID>getContextUUIDSet(Collection<String> uuidStrings)
-
-
-
Method Detail
-
getContextMap
public static Map<UUID,String> getContextMap(String objectnode) throws org.gcube.com.fasterxml.jackson.core.JsonParseException, org.gcube.com.fasterxml.jackson.databind.JsonMappingException, IOException
- Throws:
org.gcube.com.fasterxml.jackson.core.JsonParseExceptionorg.gcube.com.fasterxml.jackson.databind.JsonMappingExceptionIOException
-
getContextUUIDSet
public static Set<UUID> getContextUUIDSet(Collection<String> uuidStrings) throws Exception
- Throws:
Exception
-
-