
org.codehaus.plexus.compiler.javac.InProcessCompiler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plexus-compiler-javac Show documentation
Show all versions of plexus-compiler-javac Show documentation
Javac Compiler support for Plexus Compiler component.
package org.codehaus.plexus.compiler.javac;
import org.codehaus.plexus.compiler.CompilerConfiguration;
import org.codehaus.plexus.compiler.CompilerException;
import org.codehaus.plexus.compiler.CompilerResult;
public interface InProcessCompiler {
CompilerResult compileInProcess(String[] args, final CompilerConfiguration config, String[] sourceFiles)
throws CompilerException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy