Package | Description |
---|---|
org.apache.sshd.common.file | |
org.apache.sshd.common.file.nativefs | |
org.apache.sshd.server.sftp |
Modifier and Type | Method and Description |
---|---|
static SshFile.Attribute |
SshFile.Attribute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SshFile.Attribute[] |
SshFile.Attribute.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<SshFile.Attribute,Object> |
SshFile.getAttributes(boolean followLinks) |
Modifier and Type | Method and Description |
---|---|
Object |
SshFile.getAttribute(SshFile.Attribute attribute,
boolean followLinks) |
void |
SshFile.setAttribute(SshFile.Attribute attribute,
Object value) |
Modifier and Type | Method and Description |
---|---|
void |
SshFile.setAttributes(Map<SshFile.Attribute,Object> attributes) |
Modifier and Type | Method and Description |
---|---|
Map<SshFile.Attribute,Object> |
NativeSshFileNio.getAttributes(boolean followLinks) |
Map<SshFile.Attribute,Object> |
NativeSshFile.getAttributes(boolean followLinks) |
Modifier and Type | Method and Description |
---|---|
Object |
NativeSshFile.getAttribute(SshFile.Attribute attribute,
boolean followLinks) |
void |
NativeSshFile.setAttribute(SshFile.Attribute attribute,
Object value) |
Modifier and Type | Method and Description |
---|---|
void |
NativeSshFileNio.setAttributes(Map<SshFile.Attribute,Object> attributes) |
void |
NativeSshFile.setAttributes(Map<SshFile.Attribute,Object> attributes) |
Modifier and Type | Method and Description |
---|---|
protected Map<SshFile.Attribute,Object> |
SftpSubsystem.getPermissions(int perms) |
protected Map<SshFile.Attribute,Object> |
SftpSubsystem.readAttrs(Buffer buffer) |
Modifier and Type | Method and Description |
---|---|
protected int |
SftpSubsystem.getPermissions(Map<SshFile.Attribute,Object> attributes) |
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.