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 Details

    • URI_RESOLVER_MAP_RESOURCE_NAME

      public static final String URI_RESOLVER_MAP_RESOURCE_NAME
      The resource name for the URI resolver map.
      See Also:
    • URIRESOLVERMAP_SECONDARY_TYPE

      public static final String URIRESOLVERMAP_SECONDARY_TYPE
      See Also:
  • Constructor Details

    • UriResolverMapReader

      public UriResolverMapReader() throws Exception
      Instantiates a new uri resolver map reader.
      Throws:
      Exception - the exception
  • Method Details

    • getGcubeGenericQueryString

      public static String getGcubeGenericQueryString(String secondaryType, String name)
      Gets the gcube generic query string.
      Parameters:
      secondaryType - the secondary type
      name - 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
    • toString

      public String toString()
      Overrides:
      toString in class Object