Difference between revisions of "Accessing service configuration data"

From CCIL
Jump to: navigation, search
m
m
Line 1: Line 1:
''ConfigHelper'' is defined in the cybercore-api artefact. You can reference it using the following Maven snippet:
+
''ConfigHelper'' is defined in the ''cybercore-api'' artefact. You can reference it using the following Maven snippet:
  
 
<pre>
 
<pre>

Revision as of 09:02, 13 June 2016

ConfigHelper is defined in the cybercore-api artefact. You can reference it using the following Maven snippet:

<dependency>
        <groupId>cybercore</groupId>
	<version>2.4.3-SNAPSHOT</version>
	<artifactId>cybercore-api</artifactId>
</dependency>

TBA

ConfigHelper config = LocalServer.createConfigHelper();