|
||||||||||
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(String file)
Request write access to a file or directory relative to the user home directory |
Method Summary | |
---|---|
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(String file)
file
- Method Detail |
---|
public String getFile()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |