Package | Description |
---|---|
net.schmizz.sshj.sftp |
Modifier and Type | Method and Description |
---|---|
static OpenMode |
OpenMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenMode[] |
OpenMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RemoteFile |
SFTPEngine.open(String filename,
Set<OpenMode> modes) |
RemoteFile |
SFTPClient.open(String filename,
Set<OpenMode> mode) |
RemoteFile |
StatefulSFTPClient.open(String filename,
Set<OpenMode> mode) |
RemoteFile |
SFTPEngine.open(String path,
Set<OpenMode> modes,
FileAttributes fa) |
RemoteFile |
SFTPClient.open(String filename,
Set<OpenMode> mode,
FileAttributes attrs) |
RemoteFile |
StatefulSFTPClient.open(String filename,
Set<OpenMode> mode,
FileAttributes attrs) |
static int |
OpenMode.toMask(Set<OpenMode> modes) |
Copyright © 2009-2012. All Rights Reserved.