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