cucumber.table.xstream
Class CellWriter

java.lang.Object
  extended by cucumber.deps.com.thoughtworks.xstream.io.AbstractWriter
      extended by cucumber.table.xstream.CellWriter
All Implemented Interfaces:
cucumber.deps.com.thoughtworks.xstream.io.ExtendedHierarchicalStreamWriter, cucumber.deps.com.thoughtworks.xstream.io.HierarchicalStreamWriter
Direct Known Subclasses:
ComplexTypeWriter, ListOfSingleValueWriter

public abstract class CellWriter
extends cucumber.deps.com.thoughtworks.xstream.io.AbstractWriter


Constructor Summary
CellWriter()
           
 
Method Summary
abstract  List<String> getHeader()
           
abstract  List<String> getValues()
           
 
Methods inherited from class cucumber.deps.com.thoughtworks.xstream.io.AbstractWriter
encodeAttribute, encodeNode, startNode, underlyingWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface cucumber.deps.com.thoughtworks.xstream.io.HierarchicalStreamWriter
addAttribute, close, endNode, flush, setValue, startNode
 

Constructor Detail

CellWriter

public CellWriter()
Method Detail

getHeader

public abstract List<String> getHeader()

getValues

public abstract List<String> getValues()


Copyright © 2012. All Rights Reserved.