Class AddExtensionFile
java.lang.Object
org.onebusaway.gtfs_transformer.impl.AddExtensionFile
- All Implemented Interfaces:
GtfsTransformStrategy
Insert a GTFS extension into a GTFS file via a transformation.
See the unit test for example usage.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidrun(TransformContext context, GtfsMutableRelationalDao dao) voidsetExtensionFilename(String extensionFilename) voidsetExtensionName(String extensionName) 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
-
AddExtensionFile
public AddExtensionFile()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceGtfsTransformStrategy
-
setExtensionFilename
-
setExtensionName
-
run
- Specified by:
runin interfaceGtfsTransformStrategy
-