Class RuntimeResourceReader


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

      • logger

        public static final org.slf4j.Logger logger
    • Constructor Detail

      • RuntimeResourceReader

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

      • 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