Package com.enterprisedt.net.ftp.async
Class PermissionsResult
java.lang.Object
com.enterprisedt.net.ftp.async.AsyncResult
com.enterprisedt.net.ftp.async.PermissionsResult
Holds result of changing the permissions of a remote file or directory.
- Version:
- $Revision$
- Author:
- Bruce Blackshaw
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.enterprisedt.net.ftp.async.AsyncResult
cancelTask, endAsyncCalled, endAsyncInternal, getClient, getLocalContext, getTag, getTask, getTaskDescription, getTaskId, getThrowable, isCompleted, isSuccessful, notifyComplete, setAsIfCompleted, setClient, setEndAsyncCalled, setLocalContext, setSuccessful, setTag, setTask, setThrowable, waitTillComplete
-
Constructor Details
-
PermissionsResult
-
-
Method Details
-
getRemotePath
-
endAsync
- Throws:
FTPExceptionIOException
-
getPermissions
public int getPermissions() -
setPermissions
public void setPermissions(int permissions)
-