Runner

manager.Runner
class Runner(directoryProvider: DirectoryProvider) extends LazyStructuredLogging

create a JSON file of fdswarm.StartupConfig Starts an instance of the FDSwarm application. pass reference to that file on the command line.

Value parameters

directoryProvider

where manager puts it's files.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def start(view: IndexedSeqView[StartupConfig]): Unit
def stop(): Unit
def verifyRequiredJar(): Boolean