Class RemoveOldCalendarStatements
java.lang.Object
org.onebusaway.gtfs_transformer.impl.RemoveOldCalendarStatements
- All Implemented Interfaces:
GtfsTransformStrategy
Remove calendar dates that are past.
remove_today: delete today's calendar dates if true. Default value is false
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidrun(TransformContext transformContext, GtfsMutableRelationalDao gtfsMutableRelationalDao) voidsetRemoveToday(boolean removeToday) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.onebusaway.gtfs_transformer.services.GtfsTransformStrategy
updateReadSchema, updateWriteSchema
-
Constructor Details
-
RemoveOldCalendarStatements
public RemoveOldCalendarStatements()
-
-
Method Details
-
setRemoveToday
public void setRemoveToday(boolean removeToday) -
getName
- Specified by:
getNamein interfaceGtfsTransformStrategy
-
run
public void run(TransformContext transformContext, GtfsMutableRelationalDao gtfsMutableRelationalDao) - Specified by:
runin interfaceGtfsTransformStrategy
-