Main

de.uni_luebeck.isp.tessla.Main$
object Main

Entry point of the application. Depending on the provided arguments, the according task is executed.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Main.type

Members list

Concise view

Type members

Classlikes

class Application(global: GlobalConfig, tasks: List[Task[Config]])

Contains the different running modes.

Contains the different running modes.

Attributes

global

the global, task-independent configuration settings

tasks

the tasks to be executed

Graph
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def main(args: Array[String]): Unit