net.sf.jomic.ui
Class ExportItem

java.lang.Object
  extended by net.sf.jomic.ui.ExportItem

public class ExportItem
extends java.lang.Object

Information needed to export a file from a source to a target and show progress.

Author:
Thomas Aglassinger
See Also:
JomicFrame

Method Summary
 long getSize()
           
 java.io.File getSource()
           
 java.io.File getTarget()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSize

public long getSize()

getSource

public java.io.File getSource()

getTarget

public java.io.File getTarget()