F G H L N O P S U V 
All Classes All Packages

F

FileTransferMethod - Enum in org.hidetake.groovy.ssh.session.transfer
File transfer method type.
find(int) - Static method in enum org.hidetake.groovy.ssh.operation.SftpError
 

G

getCode() - Method in enum org.hidetake.groovy.ssh.operation.SftpError
 
getMessage() - Method in enum org.hidetake.groovy.ssh.operation.SftpError
 

H

HTTP - org.hidetake.groovy.ssh.core.ProxyType
 

L

LoggingMethod - Enum in org.hidetake.groovy.ssh.core.settings
Logging method type.

N

none - org.hidetake.groovy.ssh.core.settings.LoggingMethod
Logging is turned off.

O

org.hidetake.groovy.ssh.core - package org.hidetake.groovy.ssh.core
 
org.hidetake.groovy.ssh.core.settings - package org.hidetake.groovy.ssh.core.settings
 
org.hidetake.groovy.ssh.interaction - package org.hidetake.groovy.ssh.interaction
 
org.hidetake.groovy.ssh.operation - package org.hidetake.groovy.ssh.operation
 
org.hidetake.groovy.ssh.session.transfer - package org.hidetake.groovy.ssh.session.transfer
 

P

ProxyType - Enum in org.hidetake.groovy.ssh.core
Proxy type.

S

scp - org.hidetake.groovy.ssh.session.transfer.FileTransferMethod
Transfer via SCP command
sftp - org.hidetake.groovy.ssh.session.transfer.FileTransferMethod
Transfer via SFTP channel
SftpError - Enum in org.hidetake.groovy.ssh.operation
SFTP errors defined in the SFTP protocol.
slf4j - org.hidetake.groovy.ssh.core.settings.LoggingMethod
Log is sent to SLF4J.
SOCKS - org.hidetake.groovy.ssh.core.ProxyType
 
SSH_FX_BAD_MESSAGE - org.hidetake.groovy.ssh.operation.SftpError
 
SSH_FX_BYTE_RANGE_LOCK_CONFLICT - org.hidetake.groovy.ssh.operation.SftpError
 
SSH_FX_BYTE_RANGE_LOCK_REFUSED - org.hidetake.groovy.ssh.operation.SftpError
 
SSH_FX_CANNOT_DELETE - org.hidetake.groovy.ssh.operation.SftpError
 
SSH_FX_CONNECTION_LOST - org.hidetake.groovy.ssh.operation.SftpError
 
SSH_FX_DELETE_PENDING - org.hidetake.groovy.ssh.operation.SftpError
 
SSH_FX_DIR_NOT_EMPTY - org.hidetake.groovy.ssh.operation.SftpError
 
SSH_FX_EOF - org.hidetake.groovy.ssh.operation.SftpError
 
SSH_FX_FAILURE - org.hidetake.groovy.ssh.operation.SftpError
 
SSH_FX_FILE_ALREADY_EXISTS - org.hidetake.groovy.ssh.operation.SftpError
 
SSH_FX_FILE_CORRUPT - org.hidetake.groovy.ssh.operation.SftpError
 
SSH_FX_FILE_IS_A_DIRECTORY - org.hidetake.groovy.ssh.operation.SftpError
 
SSH_FX_GROUP_INVALID - org.hidetake.groovy.ssh.operation.SftpError
 
SSH_FX_INVALID_FILENAME - org.hidetake.groovy.ssh.operation.SftpError
 
SSH_FX_INVALID_HANDLE - org.hidetake.groovy.ssh.operation.SftpError
 
SSH_FX_INVALID_PARAMETER - org.hidetake.groovy.ssh.operation.SftpError
 
SSH_FX_LINK_LOOP - org.hidetake.groovy.ssh.operation.SftpError
 
SSH_FX_LOCK_CONFLICT - org.hidetake.groovy.ssh.operation.SftpError
 
SSH_FX_NO_CONNECTION - org.hidetake.groovy.ssh.operation.SftpError
 
SSH_FX_NO_MATCHING_BYTE_RANGE_LOCK - org.hidetake.groovy.ssh.operation.SftpError
 
SSH_FX_NO_MEDIA - org.hidetake.groovy.ssh.operation.SftpError
 
SSH_FX_NO_SPACE_ON_FILESYSTEM - org.hidetake.groovy.ssh.operation.SftpError
 
SSH_FX_NO_SUCH_FILE - org.hidetake.groovy.ssh.operation.SftpError
 
SSH_FX_NO_SUCH_PATH - org.hidetake.groovy.ssh.operation.SftpError
 
SSH_FX_NOT_A_DIRECTORY - org.hidetake.groovy.ssh.operation.SftpError
 
SSH_FX_OK - org.hidetake.groovy.ssh.operation.SftpError
 
SSH_FX_OP_UNSUPPORTED - org.hidetake.groovy.ssh.operation.SftpError
 
SSH_FX_OWNER_INVALID - org.hidetake.groovy.ssh.operation.SftpError
 
SSH_FX_PERMISSION_DENIED - org.hidetake.groovy.ssh.operation.SftpError
 
SSH_FX_QUOTA_EXCEEDED - org.hidetake.groovy.ssh.operation.SftpError
 
SSH_FX_UNKNOWN_PRINCIPAL - org.hidetake.groovy.ssh.operation.SftpError
 
SSH_FX_WRITE_PROTECT - org.hidetake.groovy.ssh.operation.SftpError
 
StandardError - org.hidetake.groovy.ssh.interaction.Stream
 
StandardOutput - org.hidetake.groovy.ssh.interaction.Stream
 
stdout - org.hidetake.groovy.ssh.core.settings.LoggingMethod
Log is sent to standard output or error.
Stream - Enum in org.hidetake.groovy.ssh.interaction
Stream type.

U

UNKNOWN - org.hidetake.groovy.ssh.operation.SftpError
 

V

valueOf(String) - Static method in enum org.hidetake.groovy.ssh.core.ProxyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hidetake.groovy.ssh.core.settings.LoggingMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hidetake.groovy.ssh.interaction.Stream
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hidetake.groovy.ssh.operation.SftpError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hidetake.groovy.ssh.session.transfer.FileTransferMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.hidetake.groovy.ssh.core.ProxyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hidetake.groovy.ssh.core.settings.LoggingMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hidetake.groovy.ssh.interaction.Stream
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hidetake.groovy.ssh.operation.SftpError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hidetake.groovy.ssh.session.transfer.FileTransferMethod
Returns an array containing the constants of this enum type, in the order they are declared.
F G H L N O P S U V 
All Classes All Packages