History

sbt.internal.util.complete.History
See theHistory companion object
final class History

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def !(i: Int): Option[String]
def !(s: String): Option[String]
def !!: Option[String]
def !-(n: Int): Option[String]
def !?(s: String): Option[String]
def all: Seq[String]
def apply(i: Int): Option[String]
def list(historySize: Int, show: Int): Seq[String]
def size: Int

Concrete fields

val lines: IndexedSeq[String]
val path: Option[File]