public interface JavaCompilerConfiguration
Adaptable.getAdapter(Class)
on compile or test-compile mojos to get instance of this
intergaceModifier 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.MojoExecutionException
java.util.List<SourcepathEntry> getSourcepath() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
java.lang.String getSourceLevel() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
java.lang.String getTargetLevel() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
java.lang.String getExecutionEnvironment() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException