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