Add the given source files to the managed build process.
Add the given source files to the managed build process.
Notification that the supplied set of files is being built
Notification that the supplied set of files is being built
Delete classfiles derived from the supplied set of sources
Delete classfiles derived from the supplied set of sources
Load saved dependency information.
Load saved dependency information.
Remove the given files from the managed build process.
Remove the given files from the managed build process.
Save dependency information to file
.
Save dependency information to file
.
The given files have been modified by the user.
The given files have been modified by the user. Recompile them and all files that depend on them. Only files that have been previously added as source files are recompiled.
The given files have been modified by the user.
The given files have been modified by the user. Recompile them and their dependent files.
(Since version 2.10.0) Use leftOfArrow instead
(Since version 2.10.0) Use resultOfEnsuring instead
A simple build manager, using the default scalac dependency tracker. The transitive closure of all dependent files on a modified file is recompiled at once.
It is equivalent to using a resident compiler mode with the '-make:transitive' option.