org.aspectj.ajdt.internal.compiler
Interface IBinarySourceProvider

All Known Implementing Classes:
AjBuildManager

public interface IBinarySourceProvider

Author:
colyer Implementors of this interface are called by the CompilerAdapter just before it does a weave, and should return the set of binary source files (ie. those resources from injars and inpath) that are to be included in the weave. Used to manage incremental compilation of binary sources.

Method Summary
 java.util.Map getBinarySourcesForThisWeave()
           
 

Method Detail

getBinarySourcesForThisWeave

java.util.Map getBinarySourcesForThisWeave()