All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.codehaus.plexus.compiler.javac.InProcessCompiler Maven / Gradle / Ivy

There is a newer version: 2.8.4
Show newest version
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