Class GetAllInfrastructureScopes
- java.lang.Object
-
- org.gcube.datatransfer.resolver.catalogue.resource.GetAllInfrastructureScopes
-
public class GetAllInfrastructureScopes extends Object
The Class GetAllInfrastructureScopes.- Author:
- Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) May 16, 2019
-
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.Loggerloggerprotected static StringRESOURCE_PROFILE_NAME_TEXT
-
Constructor Summary
Constructors Constructor Description GetAllInfrastructureScopes()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,String>loadMapOfScopeNameToFullScope(String rootScope)Load map of scope name to full scope.
-
-
-
Field Detail
-
logger
public static org.slf4j.Logger logger
-
RESOURCE_PROFILE_NAME_TEXT
protected static final String RESOURCE_PROFILE_NAME_TEXT
- See Also:
- Constant Field Values
-
-
Method Detail
-
loadMapOfScopeNameToFullScope
public static Map<String,String> loadMapOfScopeNameToFullScope(String rootScope) throws Exception
Load map of scope name to full scope.- Parameters:
rootScope- the root scope- Returns:
- the map of binding between (VRE_NAME, FULL_SCOPE_OF_VRE_NAME)
- Throws:
Exception- the exception
-
-