|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileMode.Type | |
---|---|
net.schmizz.sshj.sftp |
Uses of FileMode.Type in net.schmizz.sshj.sftp |
---|
Methods in net.schmizz.sshj.sftp that return FileMode.Type | |
---|---|
static FileMode.Type |
FileMode.Type.fromMask(int mask)
|
FileMode.Type |
FileMode.getType()
|
FileMode.Type |
FileAttributes.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. |
Methods in net.schmizz.sshj.sftp with parameters of type FileMode.Type | |
---|---|
FileAttributes.Builder |
FileAttributes.Builder.withType(FileMode.Type type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |