manager

package manager

Members list

Packages

package manager.io

Type members

Classlikes

class AppInstance(debugConfigJsonPath: String, startupConfig: StartupConfig, port: Int, logBaseDir: Path = ...) extends LazyStructuredLogging

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object AppInstance

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class FdswarmJarManager(outDir: Path = ...) extends LazyStructuredLogging

Value parameters

outDir

for unit testing.

Attributes

Supertypes
class Object
trait Matchable
class Any
object ManagerApp extends JFXApp3, LazyStructuredLogging

A development tool tha runs a bunch of instances of the FDSwarm application on this host.

A development tool tha runs a bunch of instances of the FDSwarm application on this host.

Attributes

Supertypes
trait JFXApp3
class Object
trait Matchable
class Any
Self type
ManagerApp.type
class ManagerModule extends AbstractModule, ScalaModule

Attributes

Supertypes
trait ScalaModule
trait InternalModule[Binder]
class AbstractModule
trait Module
class Object
trait Matchable
class Any
Show all
final class NodeConfigGridPane(nodeConfigManager: NodeConfigManager, ownerStage: Stage) extends VBox

Attributes

Supertypes
class VBox
trait AlignmentDelegate[VBox]
class Pane
class Region
class Parent
class Node
trait Styleable
trait SFXDelegate[VBox]
trait EventHandlerDelegate2
class Object
trait Matchable
class Any
Show all
@Singleton
class NodeConfigManager(directoryProvider: DirectoryProvider) extends LazyStructuredLogging

Attributes

Supertypes
class Object
trait Matchable
class Any
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.

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

Supertypes
class Object
trait Matchable
class Any