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

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