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 |
Constructor and Description |
---|
DirEntry(SftpClient.DirEntry other) |
DirEntry(String filename,
String longFilename,
SftpClient.Attributes attributes) |
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
public DirEntry(SftpClient.DirEntry other)
public DirEntry(String filename, String longFilename, SftpClient.Attributes attributes)
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.