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