Class ConversionTask

  • All Implemented Interfaces:
    java.lang.Runnable

    public class ConversionTask
    extends java.lang.Object
    implements java.lang.Runnable
    • Constructor Summary

      Constructors 
      Constructor Description
      ConversionTask​(java.io.File folder, MigratorFrame frame, int conversionType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void launch()  
      void run()  
      • Methods inherited from class java.lang.Object

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

      • folder

        final java.io.File folder
      • conversionType

        final int conversionType
    • Constructor Detail

      • ConversionTask

        ConversionTask​(java.io.File folder,
                       MigratorFrame frame,
                       int conversionType)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • launch

        public void launch()