Class HastusGtfsFactory
- java.lang.Object
-
- org.onebusaway.admin.service.bundle.hastus.HastusGtfsFactory
-
public class HastusGtfsFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description HastusGtfsFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
void
setCalendarEndDate(org.onebusaway.gtfs.model.calendar.ServiceDate endDate)
void
setCalendarStartDate(org.onebusaway.gtfs.model.calendar.ServiceDate startDate)
void
setGisInputPath(File gisInputPath)
void
setGtfsOutputPath(File gtfsOutputPath)
void
setModificationsPath(String modificationsPath)
void
setScheduleInputPath(File scheduleInputPath)
-
-
-
Method Detail
-
setGisInputPath
public void setGisInputPath(File gisInputPath)
-
setScheduleInputPath
public void setScheduleInputPath(File scheduleInputPath)
-
setGtfsOutputPath
public void setGtfsOutputPath(File gtfsOutputPath)
-
setModificationsPath
public void setModificationsPath(String modificationsPath)
-
setCalendarStartDate
public void setCalendarStartDate(org.onebusaway.gtfs.model.calendar.ServiceDate startDate)
-
setCalendarEndDate
public void setCalendarEndDate(org.onebusaway.gtfs.model.calendar.ServiceDate endDate)
-
-