public class ConversionTask
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
(package private) int |
conversionType |
(package private) java.io.File |
folder |
(package private) MigratorFrame |
frame |
Constructor and Description |
---|
ConversionTask(java.io.File folder,
MigratorFrame frame,
int conversionType) |
Modifier and Type | Method and Description |
---|---|
void |
launch() |
void |
run() |
final java.io.File folder
final MigratorFrame frame
final int conversionType
ConversionTask(java.io.File folder, MigratorFrame frame, int conversionType)