| Constructor and Description |
|---|
ShellLauncher() |
| Modifier and Type | Method and Description |
|---|---|
void |
open(File file)
Opens a file in the system's associated application.
|
void |
open(URL url)
This Launcher does not support opening an URL.
|
void |
openLocal(File file)
Deprecated.
Use
open(File). |
void |
openRemote(URL url)
Deprecated.
Use
open(URL). |
@Deprecated public void openLocal(File file)
open(File).file - the given file.@Deprecated public void openRemote(URL url)
open(URL).url - The url to openUnsupportedOperationException - this operation is not supported by this launcher.public void open(File file)
Launcherpublic void open(URL url) throws UnsupportedOperationException
open in interface Launcherurl - the URL to browse.UnsupportedOperationException - this operation is not supported by this launcher.Copyright © 2006–2017 Esito AS. All rights reserved.