public interface JavaCompilerConfiguration
Adaptable.getAdapter(Class) on compile or test-compile mojos to get instance of this
intergace| Modifier and Type | Method and Description |
|---|---|
java.util.List<ClasspathEntry> |
getClasspath()
Computes and returns compile classpath of a Tycho eclipse-plugin or eclipse-test-plugin
project.
|
java.lang.String |
getExecutionEnvironment() |
java.lang.String |
getSourceLevel() |
java.util.List<SourcepathEntry> |
getSourcepath()
Computes and returns sourcepath of a Tycho eclipse-plugin or eclipse-test-plugin project.
|
java.lang.String |
getTargetLevel() |
java.util.List<ClasspathEntry> getClasspath() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionjava.util.List<SourcepathEntry> getSourcepath() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionjava.lang.String getSourceLevel()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionjava.lang.String getTargetLevel()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionjava.lang.String getExecutionEnvironment()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException