| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SecureChannel
| Method Summary | |
|---|---|
|  void | close() | 
|  void | copyFile(File source,
                 RemoteFile destination) | 
|  void | copyFile(RemoteFile source,
                 File destination) | 
|  void | copyFileToDirectory(File source,
                                       RemoteFile destination) | 
|  void | copyFileToDirectory(RemoteFile source,
                                       File destination) | 
|  void | copyInputStreamToFile(InputStream source,
                                           RemoteFile destination) | 
|  void | copyLocationToDirectory(String location,
                                               RemoteFile destination) | 
|  void | copyLocationToFile(String location,
                                     RemoteFile destination) | 
|  void | copyStringToFile(String string,
                                 RemoteFile destination) | 
|  void | createDirectory(RemoteFile dir) | 
|  void | deleteFile(String absolutePath) | 
|  Result | executeCommand(String command) | 
|  Result | executeCommand(String command,
                             String stdin) | 
|  boolean | exists(String absolutePath) | 
|  RemoteFile | getMetaData(String absolutePath) | 
|  RemoteFile | getWorkingDirectory() | 
|  boolean | isDirectory(String absolutePath) | 
|  void | open() | 
| Method Detail | 
|---|
void open()
          throws IOException
IOExceptionvoid close()
void copyFile(File source,
              RemoteFile destination)
void copyLocationToFile(String location,
                        RemoteFile destination)
void copyInputStreamToFile(InputStream source,
                           RemoteFile destination)
void copyStringToFile(String string,
                      RemoteFile destination)
void copyLocationToDirectory(String location,
                             RemoteFile destination)
void copyFileToDirectory(File source,
                         RemoteFile destination)
void copyFile(RemoteFile source,
              File destination)
void copyFileToDirectory(RemoteFile source,
                         File destination)
RemoteFile getMetaData(String absolutePath)
boolean exists(String absolutePath)
boolean isDirectory(String absolutePath)
void deleteFile(String absolutePath)
void createDirectory(RemoteFile dir)
RemoteFile getWorkingDirectory()
Result executeCommand(String command)
Result executeCommand(String command,
                      String stdin)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||