com.atlassian.pageobjects.elements.timeout
Class TimeoutsModule

java.lang.Object
  extended by com.atlassian.pageobjects.elements.timeout.TimeoutsModule
All Implemented Interfaces:
com.google.inject.Module

public class TimeoutsModule
extends Object
implements com.google.inject.Module

A module implementation to provide Timeouts implementation to the injector.


Constructor Summary
TimeoutsModule()
           
TimeoutsModule(Timeouts timeouts)
           
 
Method Summary
 void configure(com.google.inject.Binder binder)
           
 Timeouts timeouts()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeoutsModule

public TimeoutsModule()

TimeoutsModule

public TimeoutsModule(Timeouts timeouts)
Method Detail

configure

public void configure(com.google.inject.Binder binder)
Specified by:
configure in interface com.google.inject.Module

timeouts

public Timeouts timeouts()


Copyright © 2014 Atlassian. All rights reserved.