| |
|
| org.andromda.maven.plugin.configuration.AbstractConfigurationMojo org.andromda.maven.plugin.bootstrap.TranslationLibraryTestMojo
TranslationLibraryTestMojo | public class TranslationLibraryTestMojo extends AbstractConfigurationMojo (Code) | | The bootstrap version of the translation-library test.
author: Chad Brandon |
Field Summary | |
protected String | configurationUri This is the URI to the AndroMDA configuration file. | protected ArtifactRepository | localRepository | protected List | plugins The registered plugin implementations. | protected boolean | skip Set this to 'true' to bypass translation-library tests entirely. | protected String | testSourceDirectory The directory containing the test source. | protected boolean | traceExpression Whether or not the expression shall be 'traced' (i.e. | protected String | translationName When specified, only this translation will be tested (If more than one TestTranslation-* file is found). |
configurationUri | protected String configurationUri(Code) | | This is the URI to the AndroMDA configuration file.
|
localRepository | protected ArtifactRepository localRepository(Code) | | |
plugins | protected List plugins(Code) | | The registered plugin implementations.
|
skip | protected boolean skip(Code) | | Set this to 'true' to bypass translation-library tests entirely. Its use is NOT RECOMMENDED, but quite convenient on occasion.
|
testSourceDirectory | protected String testSourceDirectory(Code) | | The directory containing the test source.
|
traceExpression | protected boolean traceExpression(Code) | | Whether or not the expression shall be 'traced' (i.e. the TraceTranslator will run instead of the specified translator).
This is helpful, in allowing us to see which expressions are being parsed in what order, etc.
|
translationName | protected String translationName(Code) | | When specified, only this translation will be tested (If more than one TestTranslation-* file is found).
|
execute | public void execute() throws MojoExecutionException, MojoFailureException(Code) | | See Also: org.apache.maven.plugin.Mojo.execute |
|
|
|