|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
|---|---|
void |
deleteFile(java.lang.String filename)
Delete a file on a remote system. |
IFileLocation |
getFile(java.lang.String filename)
Retrieve a remote file |
IFileLocation |
putFile(java.lang.String filename)
Put a file on a remote system |
| Method Detail |
public IFileLocation getFile(java.lang.String filename)
throws java.io.IOException
filename - - the absolute path of the file to get
java.io.IOException
public IFileLocation putFile(java.lang.String filename)
throws java.io.IOException
filename - the absolute name of the file on the remote system
java.io.IOException
public void deleteFile(java.lang.String filename)
throws java.io.IOException
filename - the absolute name of the file on the remote system
java.io.IOException
|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||