|
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 | ||||||||||
java.lang.Objectorg.eclipse.hyades.execution.local.file.FileLocaterImpl
| Constructor Summary | |
|---|---|
FileLocaterImpl(org.eclipse.hyades.internal.execution.local.control.Connection connection)
|
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FileLocaterImpl(org.eclipse.hyades.internal.execution.local.control.Connection connection)
| Method Detail |
public IFileLocation getFile(java.lang.String filename)
throws java.io.IOException
IFileLocater
getFile in interface IFileLocaterfilename - - the absolute path of the file to get
java.io.IOExceptionIFileLocater.getFile(java.lang.String)
public IFileLocation putFile(java.lang.String filename)
throws java.io.IOException
IFileLocater
putFile in interface IFileLocaterfilename - the absolute name of the file on the remote system
java.io.IOExceptionIFileLocater.putFile(java.lang.String)
public void deleteFile(java.lang.String filename)
throws java.io.IOException
IFileLocater
deleteFile in interface IFileLocaterfilename - the absolute name of the file on the remote system
java.io.IOExceptionIFileLocater.deleteFile(java.lang.String)
|
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 | ||||||||||