Class UriResolverMapReader
- java.lang.Object
-
- org.gcube.portlets.user.uriresolvermanager.readers.UriResolverMapReader
-
public class UriResolverMapReader extends Object
The Class UriResolverMapReader.- Author:
- Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it May 4, 2015
-
-
Field Summary
Fields Modifier and Type Field Description static StringURI_RESOLVER_MAP_RESOURCE_NAMEstatic StringURIRESOLVERMAP_SECONDARY_TYPE
-
Constructor Summary
Constructors Constructor Description UriResolverMapReader()Instantiates a new uri resolver map reader.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Resolver>getApplicationTypes()Gets the application types.static StringgetGcubeGenericQueryString(String secondaryType, String name)Gets the gcube generic query string.StringgetResourceName()Gets the resource name.StringgetScope()Gets the scope.StringgetSecondaryType()Gets the secondary type.StringtoString()
-
-
-
Field Detail
-
URIRESOLVERMAP_SECONDARY_TYPE
public static final String URIRESOLVERMAP_SECONDARY_TYPE
- See Also:
- Constant Field Values
-
URI_RESOLVER_MAP_RESOURCE_NAME
public static final String URI_RESOLVER_MAP_RESOURCE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGcubeGenericQueryString
public static String getGcubeGenericQueryString(String secondaryType, String name)
Gets the gcube generic query string.- Parameters:
secondaryType- the secondary typename- the name- Returns:
- the gcube generic query string
-
getApplicationTypes
public Map<String,Resolver> getApplicationTypes()
Gets the application types.- Returns:
- the applicationTypes
-
getSecondaryType
public String getSecondaryType()
Gets the secondary type.- Returns:
- the secondary type
-
getScope
public String getScope()
Gets the scope.- Returns:
- the scope
-
getResourceName
public String getResourceName()
Gets the resource name.- Returns:
- the resource name
-
-