org.ow2.util.protocol.osgi.ssh.api
Class SshConstants

java.lang.Object
  extended by org.ow2.util.protocol.osgi.ssh.api.SshConstants

public final class SshConstants
extends Object

Author:
Loris Bouzonnet

Field Summary
static String PROTOCOL_SSH
           
static String SHELL_SFTP
           
static String SHELL_SSH
           
static String TRANSFERT_SCP
           
static String TRANSFERT_SFTP
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROTOCOL_SSH

public static final String PROTOCOL_SSH
See Also:
Constant Field Values

TRANSFERT_SCP

public static final String TRANSFERT_SCP
See Also:
Constant Field Values

TRANSFERT_SFTP

public static final String TRANSFERT_SFTP
See Also:
Constant Field Values

SHELL_SSH

public static final String SHELL_SSH
See Also:
Constant Field Values

SHELL_SFTP

public static final String SHELL_SFTP
See Also:
Constant Field Values


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.