com.opera.core.systems
Class OperaSettings.Builder

java.lang.Object
  extended by 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.


Constructor Summary
OperaSettings.Builder()
           
 
Method Summary
 OperaSettings get()
          Get a new instance of OperaSettings.
 OperaSettings.Builder usingProfile(OperaProfile profile)
          Specify which profile to base the settings on.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperaSettings.Builder

public OperaSettings.Builder()
Method Detail

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.