Class Convert20to21


  • public final class Convert20to21
    extends java.lang.Object
    Convert some configs from v2.0 to v2.1
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void convertFiltersConfig​(java.io.File fromFile, java.io.File toFile)
      Convert filters config ('filters.conf') into new format.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • convertFiltersConfig

        public static void convertFiltersConfig​(java.io.File fromFile,
                                                java.io.File toFile)
                                         throws java.lang.Exception
        Convert filters config ('filters.conf') into new format.
        Parameters:
        fromFile - old config file
        toFile - new config file
        Throws:
        java.lang.Exception