org.herac.tuxguitar.gui.tools.custom.converter
Class TGConverter
java.lang.Object
org.herac.tuxguitar.gui.tools.custom.converter.TGConverter
public class TGConverter
- extends java.lang.Object
Constructor Summary |
TGConverter(java.lang.String sourceFolder,
java.lang.String destinationFolder)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SLEEP_TIME
public static final int SLEEP_TIME
- See Also:
- Constant Field Values
FILE_OK
public static final int FILE_OK
- See Also:
- Constant Field Values
FILE_BAD
public static final int FILE_BAD
- See Also:
- Constant Field Values
FILE_COULDNT_WRITE
public static final int FILE_COULDNT_WRITE
- See Also:
- Constant Field Values
FILE_NOT_FOUND
public static final int FILE_NOT_FOUND
- See Also:
- Constant Field Values
OUT_OF_MEMORY
public static final int OUT_OF_MEMORY
- See Also:
- Constant Field Values
EXPORTER_NOT_FOUND
public static final int EXPORTER_NOT_FOUND
- See Also:
- Constant Field Values
UNKNOWN_ERROR
public static final int UNKNOWN_ERROR
- See Also:
- Constant Field Values
TGConverter
public TGConverter(java.lang.String sourceFolder,
java.lang.String destinationFolder)
convert
public void convert(java.lang.String fileName,
java.lang.String convertFileName)
process
public void process()
getExtension
public java.lang.String getExtension()
setExtension
public void setExtension(java.lang.String extension)
getListener
public TGConverterListener getListener()
setListener
public void setListener(TGConverterListener listener)
isCancelled
public boolean isCancelled()
setCancelled
public void setCancelled(boolean cancelled)