implement shortcut for API equality checking, fixes #18

This commit is contained in:
Mark Harrah
2011-06-01 02:19:46 -04:00
parent d54a992c23
commit c0a21c1524
16 changed files with 60 additions and 36 deletions
@@ -23,5 +23,5 @@ public interface AnalysisCallback
/** Called after the source at the given location has been processed. */
public void endSource(File sourcePath);
/** Called when the public API of a source file is extracted. */
public void api(File sourceFile, xsbti.api.Source source);
public void api(File sourceFile, xsbti.api.SourceAPI source);
}