Class CheckForLengthyRouteNames
java.lang.Object
org.onebusaway.gtfs_transformer.impl.CheckForLengthyRouteNames
- All Implemented Interfaces:
GtfsTransformStrategy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidrun(TransformContext context, GtfsMutableRelationalDao dao) voidsetLogIfLongerThan(int logIfLongerThan) voidsetnLongestNames(int nLongestNames) 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
-
CheckForLengthyRouteNames
public CheckForLengthyRouteNames()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceGtfsTransformStrategy
-
run
- Specified by:
runin interfaceGtfsTransformStrategy
-
setLogIfLongerThan
public void setLogIfLongerThan(int logIfLongerThan) -
setnLongestNames
public void setnLongestNames(int nLongestNames)
-