Packages

o

sbt

MainLoop

object MainLoop

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MainLoop
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class ClearGlobalLog extends RunNext
  2. final class KeepGlobalLog extends RunNext
  3. final class Return extends RunNext
  4. sealed trait RunNext extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def deleteLastLog(logBacking: GlobalLogBacking): Unit

    Deletes the previous global log file.

  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def logFullException(e: Throwable, log: Logger): Unit
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def next(state: State): State
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. def processCommand(exec: Exec, state: State): State

    This is the main function State transfer function of the sbt command processing.

  19. 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()
  20. def runAndClearLast(state: State, logBacking: GlobalLogBacking): RunNext

    Runs the next sequence of commands, cleaning up global logging after any exceptions.

  21. def runLogged(state: State): MainResult

    Entry point to run the remaining commands in State with managed global logging.

  22. 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()
  23. def runWithNewLog(state: State, logBacking: GlobalLogBacking): RunNext

    Runs the next sequence of commands with global logging in place.

  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped