public final class MacOS extends AbstractOS
AbstractOS.AbstractRetryCopyProcess, AbstractOS.AbstractURLOpener, AbstractOS.IURLErrorNotifier| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
OS_NAME |
URL_MAIL_TO| Constructor and Description |
|---|
MacOS() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
copyAsRoot(java.io.File src,
java.io.File destDir,
AbstractOS.AbstractRetryCopyProcess a_checkRetry)
Copies a file with root/administrator rights to the specified directory.
|
java.lang.String |
getAppdataDefaultDirectory(java.lang.String a_applicationName,
boolean a_bCreate)
A default directory for the configuration files of the application.
|
java.lang.String |
getBundleExecutablePath() |
java.lang.String |
getBundlePath() |
java.lang.String |
getConfigPath(java.lang.String a_applicationName,
boolean a_bCreate)
Implementations must return a valid path to the config file.
|
boolean |
isBundle() |
boolean |
isHelpAutoInstalled() |
boolean |
isVirtualBoxInterface(java.lang.Object a_networkInterface) |
void |
setBundlePath() |
createBrowserCommand, execute, executeRuntime, getActiveVMs, getDefaultBrowserPath, getDefaultHelpPath, getDefaultTempPath, getenv, getInstance, getInterfaceName, getProperty, getProxyInterface, getTempPath, init, isDefaultURLAvailable, isJavaWebstart, isMultipleStart, isMultipleStart, openBrowser, openBrowser, openEMail, openURL, sendOpenUrlSocketMessage, toAbsolutePath, toRelativePathpublic static final java.lang.String OS_NAME
public java.lang.String getAppdataDefaultDirectory(java.lang.String a_applicationName,
boolean a_bCreate)
AbstractOSgetAppdataDefaultDirectory in class AbstractOSpublic boolean isHelpAutoInstalled()
isHelpAutoInstalled in class AbstractOSpublic java.lang.String getConfigPath(java.lang.String a_applicationName,
boolean a_bCreate)
AbstractOSgetConfigPath in class AbstractOSpublic void setBundlePath()
public java.lang.String getBundlePath()
public boolean isBundle()
public java.lang.String getBundleExecutablePath()
public boolean isVirtualBoxInterface(java.lang.Object a_networkInterface)
isVirtualBoxInterface in class AbstractOSpublic boolean copyAsRoot(java.io.File src,
java.io.File destDir,
AbstractOS.AbstractRetryCopyProcess a_checkRetry)
AbstractOScopyAsRoot in class AbstractOSCopyright © 2023. All rights reserved.