|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.harvard.mgh.purcell.gCLINE.TransfureFiles
edu.harvard.mgh.purcell.gCLINE.StartFrame.Upload
public class StartFrame.Upload
Upload a set of files to a remote directory. Note that this extends TransfureFiles that is a Runnable class.
Field Summary |
---|
Fields inherited from class edu.harvard.mgh.purcell.gCLINE.TransfureFiles |
---|
localFiles, remoteFiles |
Constructor Summary | |
---|---|
StartFrame.Upload(Record d,
boolean ignoreFailure,
java.lang.String givenRemoteFolder,
java.io.File[] givenLocalFiles)
Create A Upload instance. |
Method Summary | |
---|---|
void |
run()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StartFrame.Upload(Record d, boolean ignoreFailure, java.lang.String givenRemoteFolder, java.io.File[] givenLocalFiles)
d
- The Record that holds the connection etc.ignoreFailure
- flag weather we should ignore a failure to
upload the files or notify the user.givenRemoteFolder
- A String that is remote folder we are going to upload
these files to.givenLocalFiles
- An array of Files that lists the local files
we are uploading.Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
run
in class TransfureFiles
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |