public class RuntimeResourceReader extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
logger |
List<ServiceParameter> |
serviceParameters |
| Constructor and Description |
|---|
RuntimeResourceReader(String scope,
String resourceName)
Instantiates a new runtime resource reader.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getResourceName()
Gets the resource name.
|
String |
getServiceBaseURI()
Gets the service base uri.
|
List<ServiceParameter> |
getServiceParameters()
Gets the service parameters.
|
protected String |
readResource(String scope,
String resourceName)
Read resource.
|
String |
toString() |
public static final org.slf4j.Logger logger
public List<ServiceParameter> serviceParameters
protected String readResource(String scope, String resourceName) throws Exception
scope - the scoperesourceName - the resource nameException - the exceptionpublic String getResourceName()
public List<ServiceParameter> getServiceParameters()
public String getServiceBaseURI()
Copyright © 2018. All Rights Reserved.