org.onebusaway.gtfs.csv
Class CsvEntityWriter

java.lang.Object
  extended by org.onebusaway.gtfs.csv.CsvEntityWriter
All Implemented Interfaces:
EntityHandler
Direct Known Subclasses:
GtfsWriter

public class CsvEntityWriter
extends java.lang.Object
implements EntityHandler


Constructor Summary
CsvEntityWriter()
           
 
Method Summary
 void close()
           
 void flush()
           
 EntitySchemaFactory getEntitySchemaFactory()
           
 void handleEntity(java.lang.Object entity)
           
 void setEntitySchemaFactory(EntitySchemaFactory entitySchemaFactory)
           
 void setOutputLocation(java.io.File path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CsvEntityWriter

public CsvEntityWriter()
Method Detail

getEntitySchemaFactory

public EntitySchemaFactory getEntitySchemaFactory()

setEntitySchemaFactory

public void setEntitySchemaFactory(EntitySchemaFactory entitySchemaFactory)

setOutputLocation

public void setOutputLocation(java.io.File path)

handleEntity

public void handleEntity(java.lang.Object entity)
Specified by:
handleEntity in interface EntityHandler

flush

public void flush()

close

public void close()


Copyright © 2011 OneBusAway. All Rights Reserved.