Class BrowserOpener
java.lang.Object
com.e1c.g5.v8.dt.internal.platform.standaloneserver.wst.ui.BrowserOpener
Class to open url in default browser.
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
openBrowser
(String url) Opens the provided URL in the browser.
-
Method Details
-
openBrowser
Opens the provided URL in the browser.- Parameters:
url
- to open in browser, cannot benull
-