Export approximate command lines executed for 'doc', 'compile', and 'console'

This commit is contained in:
Mark Harrah
2013-02-28 17:59:38 -05:00
parent daf300f4a9
commit f2d29d8678
11 changed files with 132 additions and 40 deletions
@@ -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);
}