public class WriteRequest extends Object implements AuthorizationRequest
Constructor and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
String |
getFile()
Get the file or directory to which write access is requested
|
public WriteRequest()
public WriteRequest(String file)
file
- public String getFile()
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.