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

xsbti.compile.Inputs Maven / Gradle / Ivy

The newest version!
package xsbti.compile;

/** Configures a single compilation of a single set of sources.*/
public interface Inputs
{
	 /** The Scala and Java compilers to use for compilation.*/
	Compilers compilers();

	/** Standard compilation options, such as the sources and classpath to use. */
	Options options();
 
	/** Configures incremental compilation.*/
	Setup setup();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy