DefaultFilesRunner

case class DefaultFilesRunner(env: Env, specificationsFinder: SpecificationsFinder) extends FilesRunner
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def isVerbose: Boolean
Returns

true if the output must be verbose for debugging

def run: Action[Stats]

sort the specifications in topological order where specification i doesn't depend on specification j if i > j == dependents first

sort the specifications in topological order where specification i doesn't depend on specification j if i > j == dependents first

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

val arguments: Arguments
val logger: Logger