public interface JavaCompilerConfiguration
Adaptable.getAdapter(Class) on compile or test-compile mojos to get instance of this
intergace| Modifier and Type | Method and Description |
|---|---|
List<ClasspathEntry> |
getClasspath()
Computes and returns compile classpath of a Tycho eclipse-plugin or eclipse-test-plugin
project.
|
String |
getExecutionEnvironment() |
String |
getSourceLevel() |
List<SourcepathEntry> |
getSourcepath()
Computes and returns sourcepath of a Tycho eclipse-plugin or eclipse-test-plugin project.
|
String |
getTargetLevel() |
List<ClasspathEntry> getClasspath() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionList<SourcepathEntry> getSourcepath() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionString getSourceLevel() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionString getTargetLevel() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionString getExecutionEnvironment() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionCopyright © 2008-2015 Eclipse Foundation. All Rights Reserved.