com.beust.jcommander.converters
Class LongConverter

java.lang.Object
  extended by com.beust.jcommander.converters.LongConverter
All Implemented Interfaces:
IStringConverter<Long>

public class LongConverter
extends Object
implements IStringConverter<Long>


Constructor Summary
LongConverter()
           
 
Method Summary
 Long convert(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongConverter

public LongConverter()
Method Detail

convert

public Long convert(String value)
Specified by:
convert in interface IStringConverter<Long>


Copyright © 2010. All Rights Reserved.