mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 11:07:30 +02:00
Export approximate command lines executed for 'doc', 'compile', and 'console'
This commit is contained in:
@@ -7,5 +7,7 @@ import java.io.File;
|
||||
|
||||
public interface CachedCompiler
|
||||
{
|
||||
/** Returns an array of arguments representing the nearest command line equivalent of a call to run but without the command name itself.*/
|
||||
public String[] commandArguments(File[] sources);
|
||||
public void run(File[] sources, DependencyChanges cpChanges, AnalysisCallback callback, Logger log, Reporter delegate, CompileProgress progress);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user