com.cisco.oss.foundation.configuration.validation.params
Class ParamReaders.SetReader<V>
java.lang.Object
com.cisco.oss.foundation.configuration.validation.params.ParamReaders.SetReader<V>
- All Implemented Interfaces:
- ParamReaders.ParamReader<Set<V>>
- Enclosing class:
- ParamReaders
public static class ParamReaders.SetReader<V>
- extends Object
- implements ParamReaders.ParamReader<Set<V>>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParamReaders.SetReader
public ParamReaders.SetReader(Class<? extends Set<V>> set,
ParamReaders.ParamReader<V> reader)
readValue
public Set<V> readValue(String name)
- Specified by:
readValue in interface ParamReaders.ParamReader<Set<V>>
readValue
public Set<V> readValue(String name,
Set defValue)
- Specified by:
readValue in interface ParamReaders.ParamReader<Set<V>>
Copyright © 2014 Cisco. All Rights Reserved.