final class Inputs extends Serializable
Configures a single compilation of a single set of sources.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Inputs
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
compilers(): Compilers
Return the Scala and Java compilers to use for compilation.
-
def
equals(obj: Any): Boolean
- Definition Classes
- Inputs → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- Inputs → AnyRef → Any
-
def
options(): CompileOptions
Return the compilation options, such as the sources and classpath to use.
-
def
previousResult(): PreviousResult
Represent tha latest result of incremental compilation.
-
def
setup(): Setup
Represent the configuration of incremental compilation.
-
def
toString(): String
- Definition Classes
- Inputs → AnyRef → Any
- def withCompilers(compilers: Compilers): Inputs
- def withOptions(options: CompileOptions): Inputs
- def withPreviousResult(previousResult: PreviousResult): Inputs
- def withSetup(setup: Setup): Inputs