|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FileExport
| Method Summary | |
|---|---|
void |
getFile(GPESecurityManager secMgr,
java.lang.String remoteFile,
java.io.OutputStream os,
FileFetchingProgressListener progress)
Deprecated. |
void |
getFile(java.lang.Object secMgr,
java.lang.String remoteFile,
java.io.OutputStream os,
FileTransferProgressListener progress)
Get the file from the remote storage. |
java.lang.String |
getName()
Get the displayable name of the file exporter |
| Method Detail |
|---|
void getFile(java.lang.Object secMgr,
java.lang.String remoteFile,
java.io.OutputStream os,
FileTransferProgressListener progress)
throws java.lang.Exception
secMgr - the security managerremoteFile - the remote fileos - the output stream to write the bytes toprogress - the progress listener
java.lang.Exception - if any error occurs
void getFile(GPESecurityManager secMgr,
java.lang.String remoteFile,
java.io.OutputStream os,
FileFetchingProgressListener progress)
throws java.lang.Exception
secMgr - -
the security managerremoteFile - -
the remote fileos - -
the output stream to write the bytes to
java.lang.Exception - if any error occursjava.lang.String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||