public class AndroMDApp extends Object
Modifier and Type | Field and Description |
---|---|
(package private) static String |
DESCRIPTOR
The name of the AndroMDApp descriptor.
|
Constructor and Description |
---|
AndroMDApp() |
Modifier and Type | Method and Description |
---|---|
void |
addConfiguration(String configuration)
Adds the configuration contents stored as a String.
|
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.
|
void |
clean()
Removes all structure generated from the previous run.
|
void |
run()
Runs the AndroMDApp generation process.
|
static final String DESCRIPTOR
public AndroMDApp()
public void run()
public void addConfigurationUri(String configurationUri)
configurationUri
- the URI to the configuration.public void addConfiguration(String configuration)
configuration
- the configuration contents as a string.public void clean()
Copyright © 2005–2014 AndroMDA.org. All rights reserved.