com.opera.core.systems.runner.launcher
Class OperaLauncherRunnerSettings
java.lang.Object
com.opera.core.systems.runner.OperaRunnerSettings
com.opera.core.systems.runner.launcher.OperaLauncherRunnerSettings
- All Implemented Interfaces:
- OperaRunnerSettings
public class OperaLauncherRunnerSettings
- extends OperaRunnerSettings
| Methods inherited from class com.opera.core.systems.runner.OperaRunnerSettings |
getArguments, getBinary, getDisplay, getHost, getLoggingLevel, getNoQuit, getPort, getProduct, getProfile, setArguments, setBinary, setBinary, setDisplay, setHost, setNoQuit, setPort, setProduct, setProfile, setProfile, supportsDebugProxy, supportsPd |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
public static final Logger logger
launcher
protected File launcher
backend
protected String backend
OperaLauncherRunnerSettings
public OperaLauncherRunnerSettings()
setLoggingLevel
public void setLoggingLevel(Level level)
- Description copied from interface:
OperaRunnerSettings
- Specifies the logging level of the started Opera process and the process handling mechanism.
- Specified by:
setLoggingLevel in interface OperaRunnerSettings- Overrides:
setLoggingLevel in class OperaRunnerSettings
- Parameters:
level - the logging level to use
getLauncher
public File getLauncher()
setLauncher
public void setLauncher(File launcher)
getBackend
@Deprecated
public String getBackend()
- Deprecated.
- Gets the rendering backend currently used.
- Returns:
- "software" or "hardware" depending on backend used
setBackend
@Deprecated
public void setBackend(String backend)
- Deprecated.
- Sets which rendering backend to use. Available backends are "software" and "hardware".
- Parameters:
backend - the rendering backend to use
getDefaultSettings
public static OperaLauncherRunnerSettings getDefaultSettings()
makeLauncherExecutable
public void makeLauncherExecutable()
getLauncherNameForOS
protected static String getLauncherNameForOS()
- Get the launcher's binary file name based on what flavour of operating system and what kind of
architecture the user is using.
- Returns:
- the launcher's binary file name
Copyright © 2012. All Rights Reserved.