cucumber.runtime.converters
Class DateConverter

java.lang.Object
  extended by cucumber.runtime.converters.ConverterWithFormat<T>
      extended by cucumber.runtime.converters.TimeConverter<Date>
          extended by cucumber.runtime.converters.DateConverter
All Implemented Interfaces:
com.thoughtworks.xstream.converters.ConverterMatcher, com.thoughtworks.xstream.converters.SingleValueConverter

public class DateConverter
extends TimeConverter<Date>


Field Summary
 
Fields inherited from class cucumber.runtime.converters.TimeConverter
locale
 
Constructor Summary
DateConverter(Locale locale)
           
 
Method Summary
 
Methods inherited from class cucumber.runtime.converters.TimeConverter
add, addFormat, getFormats, getInstance, getTimeClasses, removeOnlyFormat, setOnlyFormat
 
Methods inherited from class cucumber.runtime.converters.ConverterWithFormat
canConvert, fromString, toString, transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateConverter

public DateConverter(Locale locale)


Copyright © 2012. All Rights Reserved.