Package esmska.update

Class LegacyUpdater


  • public class LegacyUpdater
    extends java.lang.Object
    Class for updating from older to newer versions of the program. Makes the needed changes when user updates his version.
    • Constructor Summary

      Constructors 
      Constructor Description
      LegacyUpdater()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void update()
      Checks if some update is needed to be done and executes it if neccessary
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LegacyUpdater

        public LegacyUpdater()
    • Method Detail

      • update

        public static void update()
                           throws java.lang.Exception
        Checks if some update is needed to be done and executes it if neccessary
        Throws:
        java.lang.Exception