Package org.goplanit.gtfs.converter
Interface GtfsConverterReaderSettings
-
- All Superinterfaces:
ConverterReaderSettings
- All Known Implementing Classes:
GtfsConverterReaderSettingsImpl
,GtfsConverterReaderSettingsWithModeMapping
,GtfsServicesReaderSettings
,GtfsZoningReaderSettings
public interface GtfsConverterReaderSettings extends ConverterReaderSettings
Capture all common user configurable settings regarding GTFS converter readers for raw (static) GTFS feeds. To be used as base class not as actual settings class to be exposed.- Author:
- markr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCountryName()
The country name used to initialise GTFS defaults forURL
getInputSource()
Collect the input dir to usevoid
logSettings()
Log settings used-
Methods inherited from interface org.goplanit.converter.ConverterReaderSettings
reset
-
-
-
-
Method Detail
-
getCountryName
String getCountryName()
The country name used to initialise GTFS defaults for- Returns:
- country name
-
getInputSource
URL getInputSource()
Collect the input dir to use- Returns:
- input directory
-
logSettings
void logSettings()
Log settings used- Specified by:
logSettings
in interfaceConverterReaderSettings
-
-