|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ftpserver.usermanager.impl.WriteRequest
public class WriteRequest
Internal class, do not use directly. Class representing a write request
| Constructor Summary | |
|---|---|
WriteRequest()
Request write access to the user home directory (/) |
|
WriteRequest(java.lang.String file)
Request write access to a file or directory relative to the user home directory |
|
| Method Summary | |
|---|---|
java.lang.String |
getFile()
Get the file or directory to which write access is requested |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WriteRequest()
public WriteRequest(java.lang.String file)
file - | Method Detail |
|---|
public java.lang.String getFile()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||