org.andromda.core.configuration
Class NamespaceProperties

java.lang.Object
  extended by org.andromda.core.configuration.NamespaceProperties

public class NamespaceProperties
extends java.lang.Object

Contains namespace properties used witin the AndroMDA core.

Author:
Chad Brandon

Field Summary
static java.lang.String MERGE_LOCATION
          Defines the location of merge templates.
static java.lang.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 java.lang.String OVERWRITE
          If true, all resources are overwritten (even if ovewrite is set to false within an andromda-cartridge.xml).
static java.lang.String PROFILE_MAPPINGS_URI
          The URI to the mappings file containing the AndroMDA profile.
 
Constructor Summary
NamespaceProperties()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MERGE_MAPPINGS_URI

public static final java.lang.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

public static final java.lang.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

public static final java.lang.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

public static final java.lang.String OVERWRITE
If true, all resources are overwritten (even if ovewrite 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
Constructor Detail

NamespaceProperties

public NamespaceProperties()


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