Class RuntimeResourceReader

java.lang.Object
org.gcube.portlets.user.uriresolvermanager.readers.RuntimeResourceReader

public class RuntimeResourceReader extends Object
The Class RuntimeResourceReader.
Author:
Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it Apr 30, 2015
  • Field Details

    • logger

      public static final org.slf4j.Logger logger
      Logger for this class.
    • serviceAccessPoints

      public List<ServiceAccessPoint> serviceAccessPoints
      List of service access points.
  • Constructor Details

    • RuntimeResourceReader

      public RuntimeResourceReader(String resourceName) throws Exception
      Instantiates a new runtime resource reader.
      Parameters:
      resourceName - the resource name
      Throws:
      Exception - the exception
  • Method Details

    • getServiceAccessPointForEntryName

      public ServiceAccessPoint getServiceAccessPointForEntryName(String entryName)
      Gets the service access point for entry name.
      Parameters:
      entryName - the entry name
      Returns:
      the service access point for entry name
    • getResourceName

      public String getResourceName()
      Gets the resource name.
      Returns:
      the resource name
    • getEntryName

      public String getEntryName()
      Gets the entry name.
      Returns:
      the entryName
    • getServiceAccessPoints

      public List<ServiceAccessPoint> getServiceAccessPoints()
      Gets the service access points.
      Returns:
      the serviceAccessPoints
    • toString

      public String toString()
      Overrides:
      toString in class Object