|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gjt.sp.util.WorkRequest
org.gjt.sp.jedit.io.CopyFileWorker
public class CopyFileWorker
This worker will copy a file. Be careful it override files if the target already exists
| Constructor Summary | |
|---|---|
CopyFileWorker(java.awt.Component comp,
java.lang.String source,
java.lang.String target)
|
|
| Method Summary | |
|---|---|
void |
run()
|
| Methods inherited from class org.gjt.sp.util.WorkRequest |
|---|
setAbortable, setMaximum, setProgressMaximum, setProgressValue, setStatus, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CopyFileWorker(java.awt.Component comp,
java.lang.String source,
java.lang.String target)
comp - the component that will be used as parent in case of errorsource - the source VFStarget - the target VFS| Method Detail |
|---|
public void run()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||