Package | Description |
---|---|
net.schmizz.sshj.sftp |
Modifier and Type | Method and Description |
---|---|
static FileMode.Type |
FileMode.Type.fromMask(int mask) |
FileMode.Type |
FileAttributes.getType() |
FileMode.Type |
FileMode.getType() |
FileMode.Type |
SFTPClient.type(String path) |
static FileMode.Type |
FileMode.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileMode.Type[] |
FileMode.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FileAttributes.Builder |
FileAttributes.Builder.withType(FileMode.Type type) |
Copyright © 2009–2014. All rights reserved.