|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileImport
Method Summary | |
---|---|
java.lang.String |
getName()
Get the name of the protocol. |
void |
putFile(GPESecurityManager secMgr,
java.io.InputStream is,
java.lang.String remoteFile)
Deprecated. |
void |
putFile(java.lang.Object secMgr,
java.io.InputStream is,
java.lang.String remoteFile,
FileTransferProgressListener progress)
Put file to remote location. |
Method Detail |
---|
void putFile(java.lang.Object secMgr, java.io.InputStream is, java.lang.String remoteFile, FileTransferProgressListener progress) throws java.lang.Exception
secMgr
- -
the security manageris
- -
the input stream where to read the bytes fromremoteFile
- -
the target fileprogress
- the progress listener (may be null
)
java.lang.Exception
void putFile(GPESecurityManager secMgr, java.io.InputStream is, java.lang.String remoteFile) throws java.lang.Exception
secMgr
- -
the security manageris
- -
the input stream where to read the bytes fromremoteFile
- -
the target file
java.lang.Exception
java.lang.String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |