|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.andromda.core.configuration.NamespaceProperties
public class NamespaceProperties
Contains namespace properties used witin the AndroMDA core.
| 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 |
|---|
public static final java.lang.String MERGE_MAPPINGS_URI
public static final java.lang.String MERGE_LOCATION
public static final java.lang.String PROFILE_MAPPINGS_URI
public static final java.lang.String OVERWRITE
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.
| Constructor Detail |
|---|
public NamespaceProperties()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||