Package org.goplanit.gtfs.handler
Class GtfsFileHandlerFareAttributes
- java.lang.Object
-
- org.goplanit.gtfs.handler.GtfsFileHandler<GtfsFareAttribute>
-
- org.goplanit.gtfs.handler.GtfsFileHandlerFareAttributes
-
public class GtfsFileHandlerFareAttributes extends GtfsFileHandler<GtfsFareAttribute>
Base handler for handling fare attributes- Author:
- markr
-
-
Constructor Summary
Constructors Constructor Description GtfsFileHandlerFareAttributes()
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(GtfsFareAttribute gtfsFareAttribute)
Handle a GTFS fare attribute-
Methods inherited from class org.goplanit.gtfs.handler.GtfsFileHandler
getFileScheme, handleComplete, handleRaw, isCompatible, reset
-
-
-
-
Method Detail
-
handle
public void handle(GtfsFareAttribute gtfsFareAttribute)
Handle a GTFS fare attribute- Specified by:
handle
in classGtfsFileHandler<GtfsFareAttribute>
- Parameters:
gtfsFareAttribute
- to handler
-
-