A B C G I L O R S T 

A

AbstractConfigurationMojo - Class in org.andromda.maven.plugin.configuration
An abstract Mojo for dealing with the AndroMDA configuration, if a plugin needs to use the AndroMDA configuration, it should extend this class.
AbstractConfigurationMojo() - Constructor for class org.andromda.maven.plugin.configuration.AbstractConfigurationMojo
 
addPluginDependencies(String, String) - Method in class org.andromda.maven.plugin.configuration.AbstractConfigurationMojo
Adds any dependencies to the current project from the plugin having the given pluginArtifactId.

B

BeanProperties - Class in org.andromda.maven.plugin.configuration
Extends properties and allows the key to be retrieved from the given bean.
BeanProperties(Object) - Constructor for class org.andromda.maven.plugin.configuration.BeanProperties
 

C

ConfigurationClassLoader - Class in org.andromda.maven.plugin.configuration
A custom class loader necessary to avoid class loading errors when running within Maven2.
ConfigurationClassLoader(URL[], ClassLoader) - Constructor for class org.andromda.maven.plugin.configuration.ConfigurationClassLoader
 

G

get(Object) - Method in class org.andromda.maven.plugin.configuration.BeanProperties
 
getConfiguration(URL) - Method in class org.andromda.maven.plugin.configuration.AbstractConfigurationMojo
Creates the Configuration instance from the URL
getFactory() - Method in class org.andromda.maven.plugin.configuration.AbstractConfigurationMojo
Gets the artifact factory used to construct any new required artifacts.
getLocalRepository() - Method in class org.andromda.maven.plugin.configuration.AbstractConfigurationMojo
Gets the current local repository instance.
getPlugins() - Method in class org.andromda.maven.plugin.configuration.AbstractConfigurationMojo
Gets the current project's registered plugin implementations.
getProject() - Method in class org.andromda.maven.plugin.configuration.AbstractConfigurationMojo
Gets the current project.
getProperties() - Method in class org.andromda.maven.plugin.configuration.AbstractConfigurationMojo
Collects and returns all properties as a Properties instance.
getPropertyFiles() - Method in class org.andromda.maven.plugin.configuration.AbstractConfigurationMojo
Gets the property files for the profile (the ones defined in the filters section of the POM).
getSettings() - Method in class org.andromda.maven.plugin.configuration.AbstractConfigurationMojo
Gets the current settings of the project.

I

initializeClasspathFromClassPathElements(List<String>) - Method in class org.andromda.maven.plugin.configuration.AbstractConfigurationMojo
Sets the current context class loader from the given runtime classpath elements.

L

loadClass(String) - Method in class org.andromda.maven.plugin.configuration.ConfigurationClassLoader
 
loadClass(String, boolean) - Method in class org.andromda.maven.plugin.configuration.ConfigurationClassLoader
 

O

org.andromda.maven.plugin.configuration - package org.andromda.maven.plugin.configuration
 

R

replaceProperties(String) - Method in class org.andromda.maven.plugin.configuration.AbstractConfigurationMojo
Replaces all properties having the style ${some.property} with the value of the specified property if there is one.

S

skip - Variable in class org.andromda.maven.plugin.configuration.AbstractConfigurationMojo
Set this to 'true' to bypass cartridge tests entirely.
skipTests - Variable in class org.andromda.maven.plugin.configuration.AbstractConfigurationMojo
Set this to 'true' to skip running tests, but still compile them.

T

testFailureIgnore - Variable in class org.andromda.maven.plugin.configuration.AbstractConfigurationMojo
Set this to true to ignore a failure during testing.
A B C G I L O R S T 

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