Class GtfsWriter
java.lang.Object
org.onebusaway.csv_entities.CsvEntityWriter
org.onebusaway.gtfs.serialization.GtfsWriter
- All Implemented Interfaces:
org.onebusaway.csv_entities.EntityHandler
public class GtfsWriter
extends org.onebusaway.csv_entities.CsvEntityWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.onebusaway.csv_entities.schema.DefaultEntitySchemaFactoryProtected MethodsMap<Class<?>, Comparator<?>> voidvoidsetOutputLocation(File path) Methods inherited from class org.onebusaway.csv_entities.CsvEntityWriter
close, excludeOptionalAndMissingFields, flush, getEntitySchemaFactory, handleEntity, setEntitySchemaFactory
-
Constructor Details
-
GtfsWriter
public GtfsWriter()
-
-
Method Details
-
setOutputLocation
- Overrides:
setOutputLocationin classorg.onebusaway.csv_entities.CsvEntityWriter
-
getEntityClasses
-
getEntityComparators
-
run
- Throws:
IOException
-
createEntitySchemaFactory
protected org.onebusaway.csv_entities.schema.DefaultEntitySchemaFactory createEntitySchemaFactory()Protected Methods
-