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 Details

    • getBinarySourcesForThisWeave

      Map getBinarySourcesForThisWeave()