| java.lang.Object org.andromda.andromdapp.AndroMDApp
AndroMDApp | public class AndroMDApp (Code) | | Represents an instance of the AndroMDA application
generator.
author: Chad Brandon |
Field Summary | |
final static String | DESCRIPTOR The name of the AndroMDApp descriptor. |
Method Summary | |
public void | addConfiguration(String configuration) Adds the configuration contents stored as a String. | public void | addConfigurationUri(String configurationUri) Adds the URI for an optional configuration These are useful if you want
to preconfigure the andromdapp when any properties, etc. | public void | clean() Removes all structure generated from the previous run. | public void | run() Runs the AndroMDApp generation process. |
DESCRIPTOR | final static String DESCRIPTOR(Code) | | The name of the AndroMDApp descriptor.
|
addConfiguration | public void addConfiguration(String configuration)(Code) | | Adds the configuration contents stored as a String.
Parameters: configuration - the configuration contents as a string. |
addConfigurationUri | public void addConfigurationUri(String configurationUri)(Code) | | Adds the URI for an optional configuration These are useful if you want
to preconfigure the andromdapp when any properties, etc.
Parameters: configurationUri - the URI to the configuration. |
clean | public void clean()(Code) | | Removes all structure generated from the previous run.
|
run | public void run()(Code) | | Runs the AndroMDApp generation process.
|
|
|