commit | 7478707981c173304f30ae2669d2110d7c48d388 | [log] [tgz] |
---|---|---|
author | Edwin Kempin <edwin.kempin@sap.com> | Thu Oct 02 12:02:21 2014 +0200 |
committer | Edwin Kempin <edwin.kempin@sap.com> | Thu Oct 02 12:02:21 2014 +0200 |
tree | 414aa29a17ac4a106b382f0375268215f9e3e5e8 | |
parent | 8316c634d8315d81f180dc5eb7871953875cdb2a [diff] |
Encapsulate access to global plugin config in own class The global plugin configuration will need to be accessed from different places and it would be bad if the knowledge about section and key names is distributed in the code. Rename the existing XDocConfig class to XDocProjectConfig to make clear that this class deals with the project-specific plugin configuration. Change-Id: Iebabff1b64fdcb32f1686ba6ac6c9b1bc0305c10 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>