public class SshFxpLstatRequest extends BaseRequest
| Constructor and Description |
|---|
SshFxpLstatRequest(int id,
java.lang.String path,
int flags)
Creates a SshFxpLstatRequest instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getFlags() |
SftpConstants.Type |
getMessage()
Returns the message type.
|
java.lang.String |
getPath()
Returns the path.
|
java.lang.String |
toString() |
getId, getNamepublic SshFxpLstatRequest(int id,
java.lang.String path,
int flags)
id - The request id.path - The requested path.flags - The stat flags.public SftpConstants.Type getMessage()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getPath()
public int getFlags()
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.