Difference between revisions of "ConfigurationLibraries"
(→Configuration Compiler) |
|||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| + | [[Category:Configuration]] | ||
The configuration library is split into three different libraries. | The configuration library is split into three different libraries. | ||
| Line 5: | Line 6: | ||
== Configuration Parser == | == Configuration Parser == | ||
This library provides the ability to read and write ecf files. It also allows to read ace files and to parse a complete system with all libraries. | This library provides the ability to read and write ecf files. It also allows to read ace files and to parse a complete system with all libraries. | ||
| + | [[ConfigurationParserLibrary]] | ||
== Configuration GUI == | == Configuration GUI == | ||
| − | Configuration GUI allows to change settings of a configuration with a graphical interface. It is used in EiffelStudio for the project settings. | + | Configuration GUI allows to change settings of a configuration with a graphical interface. It is used in EiffelStudio for the project settings. [[ConfigurationGuiLibrary]] |
== Configuration Compiler == | == Configuration Compiler == | ||
| − | This is degree 6 in EiffelStudio and does things like discovering classes in a cluster, | + | This is degree 6 in EiffelStudio and does things like discovering classes in a cluster, merging partial classes, consuming and analyzing assemblies, detecting changed classes. [[ConfigurationCompilerLibrary]] |
Latest revision as of 22:44, 6 November 2006
The configuration library is split into three different libraries.
Error creating thumbnail: Unable to save thumbnail to destination
Configuration Parser
This library provides the ability to read and write ecf files. It also allows to read ace files and to parse a complete system with all libraries. ConfigurationParserLibrary
Configuration GUI
Configuration GUI allows to change settings of a configuration with a graphical interface. It is used in EiffelStudio for the project settings. ConfigurationGuiLibrary
Configuration Compiler
This is degree 6 in EiffelStudio and does things like discovering classes in a cluster, merging partial classes, consuming and analyzing assemblies, detecting changed classes. ConfigurationCompilerLibrary

