Package com.nomagic.utils
Class NativeWebBrowserLauncher
- java.lang.Object
-
- com.nomagic.utils.NativeWebBrowserLauncher
-
@OpenApiAll public class NativeWebBrowserLauncher extends java.lang.Object
NativeWebBrowserLauncher provides a static method to open the system default web browser to the given URL. It may support other protocols depending on the system (mailto, ftp, etc.), but this has not been accurate tested and is not guaranteed to work.
-
-
Constructor Summary
Constructors Constructor Description NativeWebBrowserLauncher()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
openURL(java.lang.String url)
Attempts to open the given URL in the default web browser.
-