
xsbti.compile.DependencyChanges Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compiler-interface Show documentation
Show all versions of compiler-interface Show documentation
Incremental compiler of Scala
package xsbti.compile;
import java.io.File;
// only includes changes to dependencies outside of the project
public interface DependencyChanges
{
boolean isEmpty();
// class files or jar files
File[] modifiedBinaries();
// class names
String[] modifiedClasses();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy