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