- addCondition(Condition) - Method in class org.andromda.andromdapp.Conditions
-
Adds a condition instance to this conditions.
- addCondition(Condition) - Method in class org.andromda.andromdapp.Prompt
-
Adds a condition to this prompt.
- addConfiguration(String) - Method in class org.andromda.andromdapp.AndroMDApp
-
Adds the configuration contents stored as a String.
- addConfigurationUri(String) - Method in class org.andromda.andromdapp.AndroMDApp
-
Adds the URI for an optional configuration These are useful if you want
to preconfigure the andromdapp when any properties, etc.
- addDirectory(String) - Method in class org.andromda.andromdapp.AndroMDAppType
-
The relative path to the directory to be created.
- addFrom(String) - Method in class org.andromda.andromdapp.Mapping
-
Adds a from to this mapping's list of from mappings.
- addLocation(String) - Method in class org.andromda.andromdapp.Configuration
-
Adds a location to this configuration.
- addMapping(Mapping) - Method in class org.andromda.andromdapp.AndroMDAppType
-
Adds a new mapping to this type.
- addOutputConditions(Conditions) - Method in class org.andromda.andromdapp.AndroMDAppType
-
Adds an conditions element to the output conditions..
- addOutputPath(String, String) - Method in class org.andromda.andromdapp.Conditions
-
Adds a path to the output paths.
- addPreconditions(Conditions) - Method in class org.andromda.andromdapp.Prompt
-
Adds preconditions to this prompt.
- addPrompt(Prompt) - Method in class org.andromda.andromdapp.AndroMDAppType
-
Adds a prompt to the collection of prompts contained within this
instance.
- addProperties(Map<String, String>, Properties) - Method in class org.andromda.andromdapp.Configuration
-
- addProperty(String, String) - Method in class org.andromda.andromdapp.Configuration
-
Adds a property with the name and value to the current properties
map.
- addResourceLocation(String) - Method in class org.andromda.andromdapp.AndroMDAppType
-
Adds a location where templates and or project files are located.
- addResponse(String) - Method in class org.andromda.andromdapp.Prompt
-
Adds a response to the possible responses.
- addTemplateEngineExclusion(String, String) - Method in class org.andromda.andromdapp.AndroMDAppType
-
Adds a template engine exclusion (these are the things that the template engine
will exclude when processing templates)
- addTemplateObject(String, String) - Method in class org.andromda.andromdapp.AndroMDAppType
-
Instantiates the template object with the given className
and adds
it to the current template context.
- addToTemplateContext(Map) - Method in class org.andromda.andromdapp.AndroMDAppType
-
Adds the given map of properties to the current template context.
- AndroMDApp - Class in org.andromda.andromdapp
-
Represents an instance of the AndroMDA application
generator.
- AndroMDApp() - Constructor for class org.andromda.andromdapp.AndroMDApp
-
- AndroMDAppException - Exception in org.andromda.andromdapp
-
Thrown when an unexpected occur occurs during AndroMDApp execution.
- AndroMDAppException(Throwable) - Constructor for exception org.andromda.andromdapp.AndroMDAppException
-
Constructs an instance of AndroMDAppException.
- AndroMDAppException(String) - Constructor for exception org.andromda.andromdapp.AndroMDAppException
-
Constructs an instance of AndroMDAppException.
- AndroMDAppException(String, Throwable) - Constructor for exception org.andromda.andromdapp.AndroMDAppException
-
Constructs an instance of AndroMDAppException.
- AndroMDAppType - Class in org.andromda.andromdapp
-
Represents an AndroMDApp type (j2ee, .net, etc).
- AndroMDAppType() - Constructor for class org.andromda.andromdapp.AndroMDAppType
-
- AndroMDAppUtils - Class in org.andromda.andromdapp
-
Some utilities for dealing with the AndroMDApp generator.
- AndroMDAppUtils() - Constructor for class org.andromda.andromdapp.AndroMDAppUtils
-
- getAllProperties() - Method in class org.andromda.andromdapp.Configuration
-
Retrieves all properties including all those found in the given locations.
- getConditions() - Method in class org.andromda.andromdapp.Conditions
-
Gets the condition instances defined in this conditions instance.
- getConditions() - Method in class org.andromda.andromdapp.Prompt
-
Gets the conditions defined in this prompt.
- getEqual() - Method in class org.andromda.andromdapp.Condition
-
Gets the value of which the condition must be equal.
- getId() - Method in class org.andromda.andromdapp.Condition
-
Gets the id of the prompt to which this condition applies.
- getId() - Method in class org.andromda.andromdapp.Prompt
-
Gets the unique id of this prompt.
- getMatch(String) - Method in class org.andromda.andromdapp.Mapping
-
Attempts to match the given path
on one of the
the from values, if a match can be made, the new path value is returned,
otherwise null is returned.
- getNotEqual() - Method in class org.andromda.andromdapp.Condition
-
Gets the value of which the condition must not be equal.
- getOutputPaths() - Method in class org.andromda.andromdapp.Conditions
-
Gets the current output paths for this condition.
- getPreconditions() - Method in class org.andromda.andromdapp.Prompt
-
Gets the preconditions for this prompt.
- getPrompts() - Method in class org.andromda.andromdapp.AndroMDAppType
-
Gets all available prompts.
- getProperties() - Method in class org.andromda.andromdapp.Condition
-
Gets all properties to set for this condition.
- getResource() - Method in class org.andromda.andromdapp.AndroMDAppType
-
Gets the resource that configured this instance.
- getResponse(Object) - Method in class org.andromda.andromdapp.Prompt
-
Gets the response object converted to the appropriate
type or just as it is (if no conversion took place or conversion
failed).
- getRoot() - Method in class org.andromda.andromdapp.AndroMDAppType
-
Gets the application root directory name.
- getTemplateContext() - Method in class org.andromda.andromdapp.AndroMDAppType
-
Gets the current template context for this instance.
- getTemplateEngineExclusions() - Method in class org.andromda.andromdapp.AndroMDAppType
-
Gets the template engine exclusions.
- getText() - Method in class org.andromda.andromdapp.Prompt
-
Gets the text of the prompt.
- getTo() - Method in class org.andromda.andromdapp.Mapping
-
- getType() - Method in class org.andromda.andromdapp.AndroMDAppType
-
Gets the type of this AndroMDAppType.
- getType() - Method in class org.andromda.andromdapp.Conditions
-
Gets the type of this conditions instance.
- setConfigurations(List<Configuration>) - Method in class org.andromda.andromdapp.AndroMDAppType
-
Sets the configuration instance for this type.
- setEqual(String) - Method in class org.andromda.andromdapp.Condition
-
Sets the value of which the condition must be equal.
- setId(String) - Method in class org.andromda.andromdapp.Condition
-
Sets the id of the prompt to which this condition applies.
- setId(String) - Method in class org.andromda.andromdapp.Prompt
-
Sets the unique id of this prompt.
- setInstructions(String) - Method in class org.andromda.andromdapp.AndroMDAppType
-
Sets the path to the instructions (i.e.could be a path to a readme file).
- setNotEqual(String) - Method in class org.andromda.andromdapp.Condition
-
Sets the value of which the condition must not be equal.
- setOverwrite(boolean) - Method in class org.andromda.andromdapp.Configuration
-
Sets whether or not the application should be overwritten if it previously existed.
- setPresent(boolean) - Method in class org.andromda.andromdapp.Condition
-
Sets whether or not the condition must be present.
- setProperty(String, String, String) - Method in class org.andromda.andromdapp.Condition
-
Sets the value of the property in the template context
with the given id
to have the given value
if this condition is true.
- setRequired(boolean) - Method in class org.andromda.andromdapp.Prompt
-
Sets whether or not this prompt is required,
by default the prompt is required.
- setResource(URL) - Method in class org.andromda.andromdapp.AndroMDAppType
-
Sets the resource that configured this AndroMDAppType instance.
- setResponseType(String) - Method in class org.andromda.andromdapp.Prompt
-
Sets the response type to use (i.e the fully qualified name of the
type to which it should be converted when placed into the the template context).
- setRoot(String) - Method in class org.andromda.andromdapp.AndroMDAppType
-
Sets the application root directory name.
- setSetResponseAsTrue(boolean) - Method in class org.andromda.andromdapp.Prompt
-
Sets whether or not the response should be set to a boolean value of true.
- setTemplateEngineClass(String) - Method in class org.andromda.andromdapp.AndroMDAppType
-
Sets the class of the template engine to use.
- setTemplateExtensions(String) - Method in class org.andromda.andromdapp.AndroMDAppType
-
- setText(String) - Method in class org.andromda.andromdapp.Prompt
-
Sets the prompt text.
- setTo(String) - Method in class org.andromda.andromdapp.Mapping
-
- setType(String) - Method in class org.andromda.andromdapp.AndroMDAppType
-
Sets the type of this AndroMDAppType.
- setType(String) - Method in class org.andromda.andromdapp.Conditions
-
Sets the type of this conditions instance.
- stringToArray(String) - Static method in class org.andromda.andromdapp.AndroMDAppUtils
-
Converts a comma delimited string to an array of Strings.