Package | Description |
---|---|
com.vaadin.flow.server |
Modifier and Type | Method and Description |
---|---|
static DevModeHandler |
DevModeHandler.getDevModeHandler()
Get the instantiated DevModeHandler.
|
static DevModeHandler |
DevModeHandler.start(DeploymentConfiguration configuration,
File npmFolder,
CompletableFuture<Void> waitFor)
Start the dev mode handler if none has been started yet.
|
static DevModeHandler |
DevModeHandler.start(int runningPort,
DeploymentConfiguration configuration,
File npmFolder,
CompletableFuture<Void> waitFor)
Start the dev mode handler if none has been started yet.
|
Copyright © 2025. All rights reserved.