| Package | Description |
|---|---|
| org.kuali.common.util.channel.api | |
| org.kuali.common.util.channel.impl | |
| org.kuali.common.util.channel.model | |
| org.kuali.common.util.channel.util |
| Modifier and Type | Method and Description |
|---|---|
RemoteFile |
SecureChannel.getMetaData(String absolutePath) |
RemoteFile |
SecureChannel.getWorkingDirectory() |
| Modifier and Type | Method and Description |
|---|---|
void |
SecureChannel.createDirectory(RemoteFile dir) |
CopyResult |
SecureChannel.scp(File source,
RemoteFile destination) |
CopyResult |
SecureChannel.scp(InputStream source,
RemoteFile destination) |
CopyResult |
SecureChannel.scp(RemoteFile source,
File destination) |
CopyResult |
SecureChannel.scp(RemoteFile source,
OutputStream out) |
CopyResult |
SecureChannel.scp(String location,
RemoteFile destination) |
CopyResult |
SecureChannel.scpString(String string,
RemoteFile destination)
Copy the contents of
string to destination |
CopyResult |
SecureChannel.scpToDir(File source,
RemoteFile directory) |
CopyResult |
SecureChannel.scpToDir(RemoteFile source,
File directory) |
CopyResult |
SecureChannel.scpToDir(String location,
RemoteFile directory) |
String |
SecureChannel.toString(RemoteFile source) |
| Modifier and Type | Method and Description |
|---|---|
protected RemoteFile |
DefaultSecureChannel.fillInAttributes(String path) |
protected RemoteFile |
DefaultSecureChannel.fillInAttributes(String path,
com.jcraft.jsch.SftpATTRS attributes) |
RemoteFile |
DefaultSecureChannel.getMetaData(String absolutePath) |
RemoteFile |
DefaultSecureChannel.getWorkingDirectory() |
protected RemoteFile |
DefaultSecureChannel.handleNoSuchFileException(String path,
com.jcraft.jsch.SftpException e) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultSecureChannel.createDirectories(RemoteFile file) |
void |
DefaultSecureChannel.createDirectory(RemoteFile dir) |
protected String |
DefaultSecureChannel.getInvalidExistingFileMessage(RemoteFile existing) |
protected boolean |
DefaultSecureChannel.isStatus(RemoteFile file,
Status status) |
protected void |
DefaultSecureChannel.mkdir(RemoteFile dir) |
CopyResult |
DefaultSecureChannel.scp(File source,
RemoteFile destination) |
CopyResult |
DefaultSecureChannel.scp(InputStream source,
RemoteFile destination) |
CopyResult |
DefaultSecureChannel.scp(RemoteFile source,
File destination) |
CopyResult |
DefaultSecureChannel.scp(RemoteFile source,
OutputStream out) |
CopyResult |
DefaultSecureChannel.scp(String location,
RemoteFile destination) |
CopyResult |
DefaultSecureChannel.scpString(String string,
RemoteFile destination) |
CopyResult |
DefaultSecureChannel.scpToDir(File source,
RemoteFile directory) |
CopyResult |
DefaultSecureChannel.scpToDir(RemoteFile source,
File destination) |
CopyResult |
DefaultSecureChannel.scpToDir(String location,
RemoteFile directory) |
protected void |
DefaultSecureChannel.setAttributes(RemoteFile file) |
protected void |
DefaultSecureChannel.to(RemoteFile destination,
CopyResult result)
Show information about the transfer of data to a remote server
|
String |
DefaultSecureChannel.toString(RemoteFile source) |
protected void |
DefaultSecureChannel.validate(RemoteFile file,
boolean directoryIndicator) |
| Modifier and Type | Method and Description |
|---|---|
RemoteFile |
RemoteFile.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
RemoteFile.Builder |
RemoteFile.Builder.clone(RemoteFile other) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ChannelUtils.getLocation(com.google.common.base.Optional<String> username,
String hostname,
RemoteFile file) |
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.