bad.robot.http.configuration
Class AutomaticRedirectHandling

java.lang.Object
  extended by bad.robot.http.configuration.AbstractValueType<Boolean>
      extended by bad.robot.http.configuration.AutomaticRedirectHandling
All Implemented Interfaces:
Setting<Boolean>, ValueType<Boolean>

public class AutomaticRedirectHandling
extends AbstractValueType<Boolean>
implements Setting<Boolean>


Field Summary
 
Fields inherited from class bad.robot.http.configuration.AbstractValueType
value
 
Method Summary
 void applyTo(Configurable<Boolean> configurable)
           
static AutomaticRedirectHandling off()
           
static AutomaticRedirectHandling on()
           
 
Methods inherited from class bad.robot.http.configuration.AbstractValueType
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

on

public static AutomaticRedirectHandling on()

off

public static AutomaticRedirectHandling off()

applyTo

public void applyTo(Configurable<Boolean> configurable)
Specified by:
applyTo in interface Setting<Boolean>


Copyright © 2012. All Rights Reserved.