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