| 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(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,
String serverName,
String userName,
String password,
Object userId,
Object projectId,
String homePath)
Construtor
|
FileTransferPredefinedConnection(String label,
FileTransferProtocol connectionType,
String serverName,
String userName,
String homePath)
Construtor
|
Copyright © 2016. All rights reserved.