Package | Description |
---|---|
org.eclipse.tycho.compiler.jdt |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
JDTCompiler.buildCompilerArguments(org.codehaus.plexus.compiler.CompilerConfiguration config,
CustomCompilerConfiguration custom,
java.lang.String[] sourceFiles) |
private void |
JDTCompiler.checkCompilerArgs(java.util.Map<java.lang.String,java.lang.String> args,
CustomCompilerConfiguration custom)
check the compiler arguments.
|
(package private) org.codehaus.plexus.compiler.CompilerResult |
JDTCompiler.compileInProcess(java.lang.String[] args,
CustomCompilerConfiguration custom)
Compile the java sources in the current JVM, without calling an external executable, using
com.sun.tools.javac.Main class |
private java.lang.String |
JDTCompiler.createClasspathArgument(java.util.List<java.lang.String> classpath,
CustomCompilerConfiguration custom)
Copy the classpath to the command line with access rules included.
|