org.andromda.core.configuration
Interface NamespaceProperties


public interface NamespaceProperties

Contains namespace properties used witin the AndroMDA core.

Author:
Chad Brandon

Field Summary
static String MERGE_LOCATION
          Defines the location of merge templates.
static String MERGE_MAPPINGS_URI
          The location of an optional merge mappings file (merge mappings are mappings that allow the replacement of patterns in generated files during model processing time).
static String OVERWRITE
          If true, all resources are overwritten (even if overwrite is set to false within an andromda-cartridge.xml).
static String PROFILE_MAPPINGS_URI
          The URI to the mappings file containing the AndroMDA profile.
 

Field Detail

MERGE_MAPPINGS_URI

static final String MERGE_MAPPINGS_URI
The location of an optional merge mappings file (merge mappings are mappings that allow the replacement of patterns in generated files during model processing time).

See Also:
Constant Field Values

MERGE_LOCATION

static final String MERGE_LOCATION
Defines the location of merge templates. Merge templates are templates that can either be merged into existing cartridge output, or replace cartridge templates all together. This must be the directory where the merge files can be found.

See Also:
Constant Field Values

PROFILE_MAPPINGS_URI

static final String PROFILE_MAPPINGS_URI
The URI to the mappings file containing the AndroMDA profile. This property provides the ability to override the default profile values (i.e. stereotype names, etc).

See Also:
Constant Field Values

OVERWRITE

static final String OVERWRITE
If true, all resources are overwritten (even if overwrite is set to false within an andromda-cartridge.xml). If false, no resources are overwritten. It is useful to set to true when during pure modeling until you're ready to implement.

See Also:
Constant Field Values


Copyright © 2003-2012 AndroMDA.org. All Rights Reserved.