Module Core::Config
In: core/config.rb

This module contains all the classes and interfaces needed to read and parse Dradis configuration files. A ParserInterface is provided just in case we want to change the configuration container in the future. In this version we are using an XML file, but a YAML or a database could be used provided that ParserInterface is followed.

Classes and Modules

Module Core::Config::ParserInterface
Class Core::Config::Factory
Class Core::Config::XMLParser

[Validate]