|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.dxc.api.DxcConfig
public class DxcConfig
Access DXC configuration. Reads keys and values stored in the DXC config file.
Method Summary | |
---|---|
String |
get(String key)
Get the value of a key. |
static DxcConfig |
getInstance()
Loads DXC configuration and returns an instance of DxcConfig. |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static DxcConfig getInstance() throws Exception
Exception
public String get(String key) throws Exception
key
- key to return value of.
Exception
- if key not found.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |