fit

Class ColumnFixture

public class ColumnFixture extends Fixture

Field Summary
protected TypeAdapter[]columnBindings
protected booleanhasExecuted
Method Summary
protected voidbind(Parse heads)
protected TypeAdapterbindField(String name)
protected TypeAdapterbindMethod(String name)
voidcheck(Parse cell, TypeAdapter a)
voiddoCell(Parse cell, int column)
voiddoRow(Parse row)
voiddoRows(Parse rows)
voidexecute()
protected ClassgetTargetClass()
voidreset()

Field Detail

columnBindings

protected TypeAdapter[] columnBindings

hasExecuted

protected boolean hasExecuted

Method Detail

bind

protected void bind(Parse heads)

bindField

protected TypeAdapter bindField(String name)

bindMethod

protected TypeAdapter bindMethod(String name)

check

public void check(Parse cell, TypeAdapter a)

doCell

public void doCell(Parse cell, int column)

doRow

public void doRow(Parse row)

doRows

public void doRows(Parse rows)

execute

public void execute()

getTargetClass

protected Class getTargetClass()

reset

public void reset()