Class RouteValidator

java.lang.Object
org.onebusaway.csv_entities.schema.AbstractEntityValidator
org.onebusaway.gtfs.serialization.mappings.RouteValidator
All Implemented Interfaces:
EntityValidator

public class RouteValidator extends AbstractEntityValidator
Checks that a Route has either a Route.getShortName() or Route.getLongName() specified. If neither is set, a RouteNameException is thrown.
Author:
bdferris
See Also: