@Deprecated public interface SecureChannel
Modifier and Type | Method and Description |
---|---|
void |
close()
Deprecated.
|
void |
copyFile(File source,
RemoteFile destination)
Deprecated.
|
void |
copyFile(RemoteFile source,
File destination)
Deprecated.
|
void |
copyFile(RemoteFile source,
OutputStream out)
Deprecated.
|
void |
copyFileToDirectory(File source,
RemoteFile directory)
Deprecated.
|
void |
copyFileToDirectory(RemoteFile source,
File directory)
Deprecated.
|
void |
copyInputStreamToFile(InputStream source,
RemoteFile destination)
Deprecated.
|
void |
copyLocationToDirectory(String location,
RemoteFile directory)
Deprecated.
|
void |
copyLocationToFile(String location,
RemoteFile destination)
Deprecated.
|
void |
copyRemoteFile(String absolutePath,
OutputStream out)
Deprecated.
|
void |
copyStringToFile(String string,
RemoteFile destination)
Deprecated.
|
void |
createDirectory(RemoteFile dir)
Deprecated.
|
void |
deleteFile(String absolutePath)
Deprecated.
|
Result |
executeCommand(String command)
Deprecated.
|
Result |
executeCommand(String command,
String stdin)
Deprecated.
|
void |
executeNoWait(String command)
Deprecated.
|
boolean |
exists(String absolutePath)
Deprecated.
|
String |
getHostname()
Deprecated.
|
RemoteFile |
getMetaData(String absolutePath)
Deprecated.
|
int |
getPort()
Deprecated.
|
String |
getUsername()
Deprecated.
|
RemoteFile |
getWorkingDirectory()
Deprecated.
|
boolean |
isDirectory(String absolutePath)
Deprecated.
|
void |
open()
Deprecated.
|
String |
toString(RemoteFile source)
Deprecated.
|
void open() throws IOException
IOException
void 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 directory)
void copyFileToDirectory(File source, RemoteFile directory)
void copyFile(RemoteFile source, File destination)
void copyFileToDirectory(RemoteFile source, File directory)
RemoteFile getMetaData(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)
void executeNoWait(String command)
void copyRemoteFile(String absolutePath, OutputStream out) throws IOException
IOException
void copyFile(RemoteFile source, OutputStream out) throws IOException
IOException
String toString(RemoteFile source)
String getUsername()
String getHostname()
int getPort()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.