Difference between revisions of "ConfigurationParserLibrary"
Line 1: | Line 1: | ||
+ | == General== | ||
The basic layout of a configuration system is a system that has multiple targets (which may inherit from each other), every target can have some libraries, assemblies override clusters and normal clusters. Clusters can have sub clusters. | The basic layout of a configuration system is a system that has multiple targets (which may inherit from each other), every target can have some libraries, assemblies override clusters and normal clusters. Clusters can have sub clusters. | ||
[[Image:Config_basic_layout.png|||none]] | [[Image:Config_basic_layout.png|||none]] | ||
+ | == CONF_SYSTEM == | ||
+ | Every configuration file describes one CONF_SYSTEM. | ||
+ | |||
+ | == CONF_TARGET == | ||
+ | |||
+ | == CONF_LIBRARY == | ||
+ | |||
+ | == CONF_ASSEMBLY == | ||
+ | |||
+ | == CONF_CLUSTER == | ||
+ | |||
+ | == CONF_OVERRIDE == |
Revision as of 13:16, 30 October 2006
Contents
General
The basic layout of a configuration system is a system that has multiple targets (which may inherit from each other), every target can have some libraries, assemblies override clusters and normal clusters. Clusters can have sub clusters.
CONF_SYSTEM
Every configuration file describes one CONF_SYSTEM.