Class GtfsWriter

  • All Implemented Interfaces:
    org.onebusaway.csv_entities.EntityHandler

    public class GtfsWriter
    extends org.onebusaway.csv_entities.CsvEntityWriter
    • Field Detail

      • KEY_CONTEXT

        public static final String KEY_CONTEXT
    • Constructor Detail

      • GtfsWriter

        public GtfsWriter()
    • Method Detail

      • setOutputLocation

        public void setOutputLocation​(File path)
        Overrides:
        setOutputLocation in class org.onebusaway.csv_entities.CsvEntityWriter
      • getEntityClasses

        public List<Class<?>> getEntityClasses()
      • createEntitySchemaFactory

        protected org.onebusaway.csv_entities.schema.DefaultEntitySchemaFactory createEntitySchemaFactory()
        Protected Methods