Package org.gcube.datatransfer.resolver
Class UriResolverServices
- java.lang.Object
-
- org.gcube.datatransfer.resolver.UriResolverServices
-
public class UriResolverServices extends Object
The Class UriResolverServices.- Author:
- Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Feb 19, 2019
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UriResolverServicesgetInstance()Gets the single instance of UriResolverServices.org.gcube.com.fasterxml.jackson.databind.node.ObjectNodegetListOfResourceNode(Set<Class<?>> applicationClasses)Gets the list of resource node.List<String>getListOfResourcePath(Set<Class<?>> applicationClasses)Gets the list of resource path.
-
-
-
Method Detail
-
getInstance
public static UriResolverServices getInstance()
Gets the single instance of UriResolverServices.- Returns:
- single instance of UriResolverServices
-
getListOfResourcePath
public List<String> getListOfResourcePath(Set<Class<?>> applicationClasses)
Gets the list of resource path.- Parameters:
applicationClasses- the application classes- Returns:
- the list of resource path
-
-