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
object AppInstance
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
AppInstance.type
class FdswarmJarManager(outDir: Path = ...) extends LazyStructuredLogging
Value parameters
- outDir
-
for unit testing.
Attributes
- Supertypes
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
- Self type
-
ManagerApp.type
class ManagerModule extends AbstractModule, ScalaModule
Attributes
- Supertypes
-
trait ScalaModuletrait InternalModule[Binder]class AbstractModuletrait Moduleclass Objecttrait Matchableclass AnyShow all
final class NodeConfigGridPane(nodeConfigManager: NodeConfigManager, ownerStage: Stage) extends VBox
Attributes
- Supertypes
-
class VBoxtrait AlignmentDelegate[VBox]class Paneclass Regionclass Parentclass Nodetrait Styleabletrait SFXDelegate[VBox]trait EventHandlerDelegate2class Objecttrait Matchableclass AnyShow all
@Singleton
class NodeConfigManager(directoryProvider: DirectoryProvider) extends LazyStructuredLogging
Attributes
- Supertypes
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
In this article