JIVE Platform
Release 0.2.2

edu.bsu.cs.jive.events
Interface EOSEvent.Exporter

All Superinterfaces:
Event.Exporter
Enclosing interface:
EOSEvent

public static interface EOSEvent.Exporter
extends Event.Exporter

Exporter (reverse-builder) for an EOS event.


Method Summary
 void addFilename(String filename)
          Adds the filename in which the line was executed.
 void addLineNumber(int lineNumber)
          Adds the line number that was executed.
 
Methods inherited from interface edu.bsu.cs.jive.events.Event.Exporter
addNumber, addThreadID
 

Method Detail

addFilename

void addFilename(String filename)
Adds the filename in which the line was executed. This is called by EOSEvent#export(Exporter)

Parameters:
filename - the filename

addLineNumber

void addLineNumber(int lineNumber)
Adds the line number that was executed. This is called by EOSEvent#export(Exporter)

Parameters:
lineNumber - the line number

JIVE Platform
Release 0.2.2