A C D E G I M O P R S T 

A

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
 

C

clean() - Method in class org.andromda.andromdapp.AndroMDApp
Removes all structure generated from the previous run.
Condition - Class in org.andromda.andromdapp
Represents a prompt "condition".
Condition() - Constructor for class org.andromda.andromdapp.Condition
 
Conditions - Class in org.andromda.andromdapp
Represents a <conditions/> element, which groups more than one condition together.
Conditions() - Constructor for class org.andromda.andromdapp.Conditions
 
Configuration - Class in org.andromda.andromdapp
Represents the configuration of an AndroMDAppType.
Configuration() - Constructor for class org.andromda.andromdapp.Configuration
 
convert(Object, String) - Static method in class org.andromda.andromdapp.AndroMDAppUtils
Attempts to convert the given value to the given type (if the type is specified), otherwise does nothing and returns the value unchanged.

D

DESCRIPTOR - Static variable in class org.andromda.andromdapp.AndroMDApp
The name of the AndroMDApp descriptor.

E

evaluate(Object) - Method in class org.andromda.andromdapp.Condition
Evalutes whether or not the value is valid according to this condition.

G

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.

I

initialize() - Method in class org.andromda.andromdapp.AndroMDAppType
Performs any required initialization for the type.
isOverwrite() - Method in class org.andromda.andromdapp.Configuration
Whether or not the application should be overwritten if it already exits.
isRequired() - Method in class org.andromda.andromdapp.Prompt
Indicates whether or not this prompt is required.
isSetResponseAsTrue() - Method in class org.andromda.andromdapp.Prompt
Whether or not the response should be set to a boolean value of true.
isValidResponse(String) - Method in class org.andromda.andromdapp.Prompt
Indicates whether or not the given response is valid according to the valid responses contained in this prompt instance.

M

Mapping - Class in org.andromda.andromdapp
Represents a mapping within an AndroMDApp descriptor.
Mapping() - Constructor for class org.andromda.andromdapp.Mapping
 

O

org.andromda.andromdapp - package org.andromda.andromdapp
 

P

processResources(boolean) - Method in class org.andromda.andromdapp.AndroMDAppType
Processes the files for the project.
Prompt - Class in org.andromda.andromdapp
Represents a user prompt used by AndroMDApp.
Prompt() - Constructor for class org.andromda.andromdapp.Prompt
 
promptUser() - Method in class org.andromda.andromdapp.AndroMDAppType
Prompts the user for the input required to generate an application with the correct information and returns the descriptor contents after being interpolated by all properties in the template context.

R

run() - Method in class org.andromda.andromdapp.AndroMDApp
Runs the AndroMDApp generation process.

S

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.

T

toString() - Method in class org.andromda.andromdapp.AndroMDAppType
 
toString() - Method in class org.andromda.andromdapp.Condition
 
TYPE_AND - Static variable in class org.andromda.andromdapp.Conditions
The "and" type.
TYPE_OR - Static variable in class org.andromda.andromdapp.Conditions
The "or" type.
A C D E G I M O P R S T 

Copyright © 2005–2014 AndroMDA.org. All rights reserved.