object MainLoop
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MainLoop
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
deleteLastLog(logBacking: GlobalLogBacking): Unit
Deletes the previous global log file.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[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
- def logFullException(e: Throwable, log: Logger): Unit
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def next(state: State): State
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
processCommand(exec: Exec, state: State): State
This is the main function State transfer function of the sbt command processing.
-
def
run(state: State): RunNext
Runs the next sequence of commands that doesn't require global logging changes.
Runs the next sequence of commands that doesn't require global logging changes.
- Annotations
- @tailrec()
-
def
runAndClearLast(state: State, logBacking: GlobalLogBacking): RunNext
Runs the next sequence of commands, cleaning up global logging after any exceptions.
-
def
runLogged(state: State): MainResult
Entry point to run the remaining commands in State with managed global logging.
-
def
runLoggedLoop(state: State, logBacking: GlobalLogBacking): MainResult
Run loop that evaluates remaining commands and manages changes to global logging configuration.
Run loop that evaluates remaining commands and manages changes to global logging configuration.
- Annotations
- @tailrec()
-
def
runWithNewLog(state: State, logBacking: GlobalLogBacking): RunNext
Runs the next sequence of commands with global logging in place.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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
- @throws( ... ) @native()