| 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(java.lang.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 |
|---|---|
java.util.Map<SshFile.Attribute,java.lang.Object> |
SshFile.getAttributes(boolean followLinks) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
SshFile.getAttribute(SshFile.Attribute attribute,
boolean followLinks) |
void |
SshFile.setAttribute(SshFile.Attribute attribute,
java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
void |
SshFile.setAttributes(java.util.Map<SshFile.Attribute,java.lang.Object> attributes) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<SshFile.Attribute,java.lang.Object> |
NativeSshFileNio.getAttributes(boolean followLinks) |
java.util.Map<SshFile.Attribute,java.lang.Object> |
NativeSshFile.getAttributes(boolean followLinks) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
NativeSshFile.getAttribute(SshFile.Attribute attribute,
boolean followLinks) |
void |
NativeSshFile.setAttribute(SshFile.Attribute attribute,
java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
void |
NativeSshFileNio.setAttributes(java.util.Map<SshFile.Attribute,java.lang.Object> attributes) |
void |
NativeSshFile.setAttributes(java.util.Map<SshFile.Attribute,java.lang.Object> attributes) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<SshFile.Attribute,java.lang.Object> |
SftpSubsystem.getPermissions(int perms) |
protected java.util.Map<SshFile.Attribute,java.lang.Object> |
SftpSubsystem.readAttrs(Buffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
SftpSubsystem.getPermissions(java.util.Map<SshFile.Attribute,java.lang.Object> attributes) |
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.