fr.umlv.unitex.conversion
Class ConvertOneFileFrame

java.lang.Object
  extended by fr.umlv.unitex.conversion.ConvertOneFileFrame

public class ConvertOneFileFrame
extends java.lang.Object

Author:
Sébastien Paumier

Constructor Summary
ConvertOneFileFrame()
           
 
Method Summary
static ConvertCommand getCommandLineForConversion(java.io.File file)
          Takes a String that designates a non Unicode Little-Endian file, and shows a dialog box asking what must be done with this file.
static void reset()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConvertOneFileFrame

public ConvertOneFileFrame()
Method Detail

getCommandLineForConversion

public static ConvertCommand getCommandLineForConversion(java.io.File file)
Takes a String that designates a non Unicode Little-Endian file, and shows a dialog box asking what must be done with this file.

Returns:
null if the file must be ignored; a String that contains the command line for the Convert program otherwise.

reset

public static void reset()