Package org.goplanit.gtfs.util.test
Class SydneyGtfsZoningSettingsUtils
- java.lang.Object
-
- org.goplanit.gtfs.util.test.SydneyGtfsZoningSettingsUtils
-
public class SydneyGtfsZoningSettingsUtils extends Object
Dedicated class to minimise warnings that have been verified as ignorable and switch them off accordingly
-
-
Constructor Summary
Constructors Constructor Description SydneyGtfsZoningSettingsUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
minimiseVerifiedWarnings(GtfsZoningReaderSettings settings, boolean preExistingTransferZonesPresent)
When applied to the resource GTFS files 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
-
minimiseVerifiedWarnings
public static void minimiseVerifiedWarnings(GtfsZoningReaderSettings settings, boolean preExistingTransferZonesPresent)
When applied to the resource GTFS files 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
-
-