cucumber.runtime.converters
Class ListConverter

java.lang.Object
  extended by cucumber.runtime.converters.ListConverter
All Implemented Interfaces:
cucumber.deps.com.thoughtworks.xstream.converters.ConverterMatcher, cucumber.deps.com.thoughtworks.xstream.converters.SingleValueConverter

public class ListConverter
extends Object
implements cucumber.deps.com.thoughtworks.xstream.converters.SingleValueConverter


Constructor Summary
ListConverter(String delimiter, cucumber.deps.com.thoughtworks.xstream.converters.SingleValueConverter delegate)
           
 
Method Summary
 boolean canConvert(Class type)
           
 Object fromString(String s)
           
 String toString(Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListConverter

public ListConverter(String delimiter,
                     cucumber.deps.com.thoughtworks.xstream.converters.SingleValueConverter delegate)
Method Detail

toString

public String toString(Object obj)
Specified by:
toString in interface cucumber.deps.com.thoughtworks.xstream.converters.SingleValueConverter

fromString

public Object fromString(String s)
Specified by:
fromString in interface cucumber.deps.com.thoughtworks.xstream.converters.SingleValueConverter

canConvert

public boolean canConvert(Class type)
Specified by:
canConvert in interface cucumber.deps.com.thoughtworks.xstream.converters.ConverterMatcher


Copyright © 2012. All Rights Reserved.