com.opera.core.systems
Class OperaSettings.Builder
java.lang.Object
com.opera.core.systems.OperaSettings.Builder
- Enclosing class:
- OperaSettings
public static class OperaSettings.Builder
- extends Object
Supplier of an OperaSettings instance with the ability to specify which usingProfile(OperaProfile) to use.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OperaSettings.Builder
public OperaSettings.Builder()
usingProfile
public OperaSettings.Builder usingProfile(OperaProfile profile)
- Specify which profile to base the settings on.
- Parameters:
profile - profile to base the settings on
- Returns:
- reference to self
get
public OperaSettings get()
- Get a new instance of
OperaSettings.
- Returns:
- new settings instance
Copyright © 2012. All Rights Reserved.