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

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

public static class ParamReaders.LongReader
extends Object
implements ParamReaders.ParamReader<Long>

reader implementations


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

Constructor Detail

ParamReaders.LongReader

public ParamReaders.LongReader()
Method Detail

readValue

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

readValue

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


Copyright © 2014 Cisco. All Rights Reserved.