org.eclipse.xtend.maven
Class XtendTestCompile
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.eclipse.xtend.maven.AbstractXtend2CompilerMojo
org.eclipse.xtend.maven.XtendTestCompile
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- JnarioDocGenerate
public class XtendTestCompile
- extends AbstractXtend2CompilerMojo
Goal which compiles Xtend2 test sources.
- Author:
- Michael Clay - Initial contribution and API
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XtendTestCompile
public XtendTestCompile()
internalExecute
protected void internalExecute(org.eclipse.xtend.core.compiler.batch.XtendBatchCompiler xtend2BatchCompiler)
throws org.apache.maven.plugin.MojoExecutionException
- Specified by:
internalExecute in class AbstractXtend2CompilerMojo
- Throws:
org.apache.maven.plugin.MojoExecutionException
compileTestSources
protected void compileTestSources(org.eclipse.xtend.core.compiler.batch.XtendBatchCompiler xtend2BatchCompiler)
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
getTestClassPath
protected List<String> getTestClassPath()
getTempDirectory
protected String getTempDirectory()
- Specified by:
getTempDirectory in class AbstractXtend2CompilerMojo
Copyright © 2012 BMW Car IT. All Rights Reserved.