All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xsbti.compile.DependencyChanges Maven / Gradle / Ivy

The newest version!
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 - 2024 Weber Informatics LLC | Privacy Policy