|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.intel.gpe.client2.requests.BaseRequest
com.intel.gpe.client2.common.requests.RenameFileRequest
public class RenameFileRequest
The request for file renaming. The return value of the request is the target file name.
Constructor Summary | |
---|---|
RenameFileRequest(com.intel.gpe.clients.api.StorageClient storageClient,
java.lang.String from,
java.lang.String to)
Create the request object. |
Method Summary | |
---|---|
java.lang.Object |
perform()
The request body. |
Methods inherited from class com.intel.gpe.client2.requests.BaseRequest |
---|
getName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RenameFileRequest(com.intel.gpe.clients.api.StorageClient storageClient, java.lang.String from, java.lang.String to)
storageClient
- -
the client to the remote storagefrom
- -
the original file nameto
- -
the target file nameMethod Detail |
---|
public java.lang.Object perform() throws java.lang.Throwable
Request
java.lang.Throwable
- TODO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |