![JAR search and dependency download from the Maven repository](/logo.png)
io.github.oliviercailloux.javagrade.bytecode.MyCompiler Maven / Gradle / Ivy
The newest version!
package io.github.oliviercailloux.javagrade.bytecode;
import io.github.oliviercailloux.javagrade.bytecode.Compiler.CompilationResultExt;
import java.io.IOException;
import java.nio.file.Path;
import java.util.Set;
public interface MyCompiler {
public CompilationResultExt compile(Path compiledDir, Set javaPaths) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy