Skip to content

Property Files

iks github user edited this page Jul 17, 2014 · 8 revisions

[Back to the overview of Concepts] (https://github.com/iks-github/MOGLiCodeCreator/wiki/Concepts)


There are several properties file in MOGLiCC to configure the code generation:

[application.properties] (https://github.com/iks-github/MOGLiCodeCreator/blob/master/core/src/main/resources/properties/application.properties): Used to define the workspace used. Using different workspaces can help to organize and manage your model and template files. Templates and models that belong to different concerns may be separated into different workspaces.

[workspace.properties] (https://github.com/iks-github/MOGLiCodeCreator/blob/master/core/src/main/resources/properties/workspace.properties): Used to define the activation states of the plugins. Per default, all plugins are active. If you wish to generally work without a specific plugin, you only need to deactivate it here.

In addition, most plugins can have a plugin specific property file:

[generator.properties] (https://github.com/iks-github/MOGLiCodeCreator/blob/master/filemaker.classbased.velocity/src/main/resources/defaultInputData/VelocityClassBasedFileMaker/generator.properties): Used to exclude subdirectories of the input folder from the list of input artefacts (see [Input and output] (https://github.com/iks-github/MOGLiCodeCreator/wiki/Input-and-Output)).

[_model.properties] (https://github.com/iks-github/MOGLiCodeCreator/blob/master/provider.model.standard/src/main/resources/defaultInputData/_model.properties): Used to define the file from which the data model is read.


[Back to the overview of Concepts] (https://github.com/iks-github/MOGLiCodeCreator/wiki/Concepts)

Clone this wiki locally