Class RuntimeResourceReader
java.lang.Object
org.gcube.portlets.user.uriresolvermanager.readers.RuntimeResourceReader
The Class RuntimeResourceReader.
- Author:
- Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it Apr 30, 2015
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.slf4j.LoggerLogger for this class.List of service access points. -
Constructor Summary
ConstructorsConstructorDescriptionRuntimeResourceReader(String resourceName) Instantiates a new runtime resource reader. -
Method Summary
Modifier and TypeMethodDescriptionGets the entry name.Gets the resource name.getServiceAccessPointForEntryName(String entryName) Gets the service access point for entry name.Gets the service access points.toString()
-
Field Details
-
logger
public static final org.slf4j.Logger loggerLogger for this class. -
serviceAccessPoints
List of service access points.
-
-
Constructor Details
-
RuntimeResourceReader
Instantiates a new runtime resource reader.- Parameters:
resourceName- the resource name- Throws:
Exception- the exception
-
-
Method Details
-
getServiceAccessPointForEntryName
Gets the service access point for entry name.- Parameters:
entryName- the entry name- Returns:
- the service access point for entry name
-
getResourceName
Gets the resource name.- Returns:
- the resource name
-
getEntryName
Gets the entry name.- Returns:
- the entryName
-
getServiceAccessPoints
Gets the service access points.- Returns:
- the serviceAccessPoints
-
toString
-