public class EnvironmentProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
datasetURI |
| Modifier | Constructor and Description |
|---|---|
protected |
EnvironmentProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseURI()
Returns the base URI being processed.
|
String |
getDatasetURI()
Returns the dataset URI being processed.
|
static EnvironmentProperties |
getInstance() |
void |
setDatasetURI(String datasetURI)
Sets the dataset URI
|
protected static String datasetURI
public static EnvironmentProperties getInstance()
public String getDatasetURI() throws IllegalStateException
Exception - if the process is not initialised and dataset is not knownIllegalStateExceptionpublic void setDatasetURI(String datasetURI)
datasetURI - public String getBaseURI() throws IllegalStateException
Exception - if the process is not initialised and dataset is not knownIllegalStateExceptionCopyright © 2017 Enterprise Information Systems - University of Bonn. All rights reserved.