| Package | Description |
|---|---|
| csbase.logic.filetransferservice |
| Modifier and Type | Method and Description |
|---|---|
FileTransferProtocol |
FileTransferPredefinedConnection.getProtocol()
Consulta o tipo da conexão
|
FileTransferProtocol |
FileTransferConnection.getProtocol()
Consulta o tipo da conexão
|
static FileTransferProtocol |
FileTransferProtocol.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileTransferProtocol[] |
FileTransferProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FileTransferConnection(FileTransferProtocol protocol,
java.lang.String serverName,
java.lang.String userName,
java.lang.String password,
java.lang.Object userId,
java.lang.Object projectId,
java.lang.String homePath)
Construtor
|
FileTransferPredefinedConnection(java.lang.String label,
FileTransferProtocol connectionType,
java.lang.String serverName,
java.lang.String userName,
java.lang.String homePath)
Construtor
|
Copyright © 2016. All Rights Reserved.