public interface JavaCompilerConfiguration
Adaptable.getAdapter(Class)
on compile or test-compile mojos to get instance of this
intergaceModifier 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.MojoExecutionException
List<SourcepathEntry> getSourcepath() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
String getSourceLevel() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
String getTargetLevel() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
String getExecutionEnvironment() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
Copyright © 2008-2015 Eclipse Foundation. All Rights Reserved.