public static class SftpClient.DirEntry extends Object
Modifier and Type | Field and Description |
---|---|
SftpClient.Attributes |
attributes |
String |
filename |
String |
longFilename |
Constructor and Description |
---|
DirEntry(String filename,
String longFilename,
SftpClient.Attributes attributes) |
public String filename
public String longFilename
public SftpClient.Attributes attributes
public DirEntry(String filename, String longFilename, SftpClient.Attributes attributes)
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.