public static class SftpClient.DirEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
static Comparator<SftpClient.DirEntry> |
BY_CASE_INSENSITIVE_FILENAME |
static Comparator<SftpClient.DirEntry> |
BY_CASE_SENSITIVE_FILENAME |
| Modifier and Type | Method and Description |
|---|---|
SftpClient.Attributes |
getAttributes() |
String |
getFilename() |
String |
getLongFilename() |
String |
toString() |
public static final Comparator<SftpClient.DirEntry> BY_CASE_SENSITIVE_FILENAME
public static final Comparator<SftpClient.DirEntry> BY_CASE_INSENSITIVE_FILENAME
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.