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

xsbti.compile.CachedCompilerProvider Maven / Gradle / Ivy

The newest version!
package xsbti.compile;

import xsbti.Logger;
import xsbti.Reporter;

public interface CachedCompilerProvider
{
	ScalaInstance scalaInstance();
	CachedCompiler newCachedCompiler(String[] arguments, Output output, Logger log, Reporter reporter, boolean resident);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy