ProcessError

sbt.internal.util.complete.ProcessError
object ProcessError

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(command: String, msgs: Seq[String], index: Int): String
def extractLine(s: String, i: Int): (String, Int)
def pointerSpace(s: String, i: Int): String
def takeRightWhile(s: String)(pred: Char => Boolean): String