Package org.goplanit.gtfs.util.test
Class MelbourneGtfsZoningSettingsUtils
- java.lang.Object
-
- org.goplanit.gtfs.util.test.MelbourneGtfsZoningSettingsUtils
-
public class MelbourneGtfsZoningSettingsUtils extends Object
Dedicated class to minimise warnings that have been verified as ignorable and switch them off accordingly
-
-
Constructor Summary
Constructors Constructor Description MelbourneGtfsZoningSettingsUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
minimiseVerifiedWarnings2023(GtfsZoningReaderSettings settings, boolean preExistingTransferZonesPresent)
When applied to the GTFs resources it suppresses and addresses warnings deemed issues that are NOT to be fixed in the parser but would detract from assessing the logs.
-
-
-
Method Detail
-
minimiseVerifiedWarnings2023
public static void minimiseVerifiedWarnings2023(GtfsZoningReaderSettings settings, boolean preExistingTransferZonesPresent)
When applied to the GTFs resources it suppresses and addresses warnings deemed issues that are NOT to be fixed in the parser but would detract from assessing the logs.- Parameters:
settings
- to apply topreExistingTransferZonesPresent
- when true there already exist transfer zones to map to, when false not
-
-