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