Source API extractor

This commit is contained in:
Mark Harrah
2009-11-21 15:53:04 -05:00
parent 74202668c6
commit 2977fd4131
8 changed files with 336 additions and 32 deletions
@@ -34,4 +34,6 @@ public interface AnalysisCallback
public void endSource(File sourcePath);
/** Called when a module with a public 'main' method with the right signature is found.*/
public void foundApplication(File source, String className);
public void api(File sourceFile, xsbti.api.Source source);
}