// 4/6/2012 -- [KF] Version 1.75: Added 'useCriteriaRegExFlag' // configuration parameter. // 6/11/2012 -- [KF] Version 1.76: Added preliminary support for // regular expression criteria values; // Replaced 'archiveOverrideFlag' directive with // 'archiveParameterFlag' directive. // 6/13/2012 -- [KF] Version 1.77: Modified to support regular expression // criteria values. // 6/22/2012 -- [KF] Version 1.78: Added 'timeStampParamName' configuration // parameter to support time stamp parameter name for // dynamic parameters; // Added 'sameStatusPercent' configuration parameter to // set the percentage of stations to be the same for same // status subsets. // 7/5/2012 -- [KF] Version 2.50: Updated version for bundled release. // 9/28/2012 -- [KF] Version 2.51: Modified to ignore agent station lat/lon // location if 'useAgentLocationsFlag' is false. // 11/29/2012 -- [KF] Version 2.51.1: Modified to ensure the correct last // usage time is always sent. // 7/19/2013 -- [ET] Version 2.52: Fixed issue where collection-agent // 'timeStampParamName' values were not propagated out // to updated dynamic parameters. // 9/7/2017 -- [KF] Version 2.64: Added web services support; // Fixed help string with regular expression; // Modified to support parameter history // copy. (com.isti.trinetwatch.server.ParamHistoryCopy) // 9/18/2017 -- [KF] Version 2.65: Fixed support parameter history // copy. (com.isti.trinetwatch.server.ParamHistoryCopy) // 10/11/2017 -- [KF] Version 2.66: Modified for Java 1.9 compatibility // 6/01/2022 -- [KF] Version 3.0.152: Java 11