mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 16:54:29 +02:00
Extend reporter to be used by the IDE.
This commit is contained in:
committed by
Mark Harrah
parent
adb7d42f73
commit
1b814ae8b1
+10
@@ -0,0 +1,10 @@
|
||||
/* sbt -- Simple Build Tool
|
||||
* Copyright 2012 Eugene Vigdorchik
|
||||
*/
|
||||
package xsbti;
|
||||
|
||||
/** An addition to standard reporter. Used by the IDE. */
|
||||
public interface ExtendedReporter extends Reporter
|
||||
{
|
||||
public void comment(Position pos, String msg);
|
||||
}
|
||||
Reference in New Issue
Block a user