object CompilationTask
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CompilationTask
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
compile(state: State, project: Project, createReporter: (Project, AbsolutePath) ⇒ Reporter, sequentialCompilation: Boolean, userCompileMode: ConfigurableMode, pipeline: Boolean, excludeRoot: Boolean): Task[State]
Performs incremental compilation of the dependencies of
project
, includingproject
ifexcludeRoot
isfalse
, excluding it otherwise.Performs incremental compilation of the dependencies of
project
, includingproject
ifexcludeRoot
isfalse
, excluding it otherwise.- state
The current state of Bloop.
- project
The project to compile.
- createReporter
A function that creates a per-project compilation reporter.
- excludeRoot
If
true
, compile only the dependencies ofproject
. Otherwise, also compileproject
.- returns
The new state of Bloop after compilation.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toReporter(project: Project, cwd: AbsolutePath, config: ReporterConfig, logger: Logger): Reporter
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )