public static class SshFxpNameReply.ReplyFile extends Object
Constructor and Description |
---|
SshFxpNameReply.ReplyFile(SshFile file,
String fileName,
String longName,
FileAttributes attrs)
Creates ReplyFile instance.
|
Modifier and Type | Method and Description |
---|---|
FileAttributes |
getAttrs()
Returns the file attributes.
|
SshFile |
getFile() |
String |
getFileName() |
String |
getLongName() |
String |
toString() |
public SshFxpNameReply.ReplyFile(SshFile file, String fileName, String longName, FileAttributes attrs)
fileName
- The file name.longName
- The virtual absolute file path.attrs
- File attributes.Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.