com.cisco.oss.foundation.configuration.validation.params
Class ParamReaders.BooleanReader

java.lang.Object
  extended by com.cisco.oss.foundation.configuration.validation.params.ParamReaders.BooleanReader
All Implemented Interfaces:
ParamReaders.ParamReader<Boolean>
Enclosing class:
ParamReaders

public static class ParamReaders.BooleanReader
extends Object
implements ParamReaders.ParamReader<Boolean>


Constructor Summary
ParamReaders.BooleanReader()
           
 
Method Summary
 Boolean readValue(String name)
           
 Boolean readValue(String name, Boolean defValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParamReaders.BooleanReader

public ParamReaders.BooleanReader()
Method Detail

readValue

public Boolean readValue(String name)
Specified by:
readValue in interface ParamReaders.ParamReader<Boolean>

readValue

public Boolean readValue(String name,
                         Boolean defValue)
Specified by:
readValue in interface ParamReaders.ParamReader<Boolean>


Copyright © 2014 Cisco. All Rights Reserved.