public final class LinuxOS extends AbstractOS
AbstractOS.AbstractRetryCopyProcess, AbstractOS.AbstractURLOpener, AbstractOS.IURLErrorNotifier| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
BROWSERLIST |
URL_MAIL_TO| Constructor and Description |
|---|
LinuxOS() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
copyAsRoot(java.io.File a_sourceFile,
java.io.File a_targetDirectory,
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 |
getConfigPath(java.lang.String a_applicationName,
boolean a_bCreate)
Implementations must return a valid path to the config file.
|
boolean |
isVirtualBoxInterface(java.lang.Object a_networkInterface) |
createBrowserCommand, execute, executeRuntime, getActiveVMs, getDefaultBrowserPath, getDefaultHelpPath, getDefaultTempPath, getenv, getInstance, getInterfaceName, getProperty, getProxyInterface, getTempPath, init, isDefaultURLAvailable, isHelpAutoInstalled, isJavaWebstart, isMultipleStart, isMultipleStart, openBrowser, openBrowser, openEMail, openURL, sendOpenUrlSocketMessage, toAbsolutePath, toRelativePathpublic java.lang.String getAppdataDefaultDirectory(java.lang.String a_applicationName,
boolean a_bCreate)
AbstractOSgetAppdataDefaultDirectory in class AbstractOSpublic java.lang.String getConfigPath(java.lang.String a_applicationName,
boolean a_bCreate)
AbstractOSgetConfigPath in class AbstractOSpublic boolean isVirtualBoxInterface(java.lang.Object a_networkInterface)
isVirtualBoxInterface in class AbstractOSpublic boolean copyAsRoot(java.io.File a_sourceFile,
java.io.File a_targetDirectory,
AbstractOS.AbstractRetryCopyProcess a_checkRetry)
AbstractOScopyAsRoot in class AbstractOSCopyright © 2023. All rights reserved.