Package com.vaadin.base.devserver
Class BrowserLauncher
- java.lang.Object
-
- com.vaadin.base.devserver.BrowserLauncher
-
public class BrowserLauncher extends Object
Util for launching a browser instance.
-
-
Constructor Summary
Constructors Constructor Description BrowserLauncher(VaadinContext context)
Init a launcher for the given context.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
launchBrowserInDevelopmentMode(String url)
Open the given URL in the default browser.
-
-
-
Constructor Detail
-
BrowserLauncher
public BrowserLauncher(VaadinContext context)
Init a launcher for the given context.
-
-
Method Detail
-
launchBrowserInDevelopmentMode
public void launchBrowserInDevelopmentMode(String url)
Open the given URL in the default browser.
-
-