|
org.eclipse.rse.services.files
Class PendingHostFilePermissions
java.lang.Object
org.eclipse.rse.services.files.HostFilePermissions
org.eclipse.rse.services.files.PendingHostFilePermissions
-
All Implemented Interfaces:
-
Cloneable,
IHostFilePermissions
-
public class PendingHostFilePermissions
- extends
HostFilePermissions
A dummy HostFilePermissions node that can be used for deferred
query of permissions. Clients who want to read permissions but
see this pending node need to wait until the real permissions
get available.
-
Since:
- 3.0
Fields inherited from interface org.eclipse.rse.services.files.
IHostFilePermissions
|
PERM_ANY_EXECUTE,
PERM_ANY_READ,
PERM_ANY_WRITE,
PERM_GROUP_EXECUTE,
PERM_GROUP_READ,
PERM_GROUP_WRITE,
PERM_OTHER_EXECUTE,
PERM_OTHER_READ,
PERM_OTHER_WRITE,
PERM_USER_EXECUTE,
PERM_USER_READ,
PERM_USER_WRITE
|
Methods inherited from class org.eclipse.rse.services.files.
HostFilePermissions
|
clone,
getGroupOwner,
getPermission,
getPermissionBits,
getUserOwner,
setGroupOwner,
setPermission,
setPermissionBits,
setUserOwner,
toAlphaString,
toString
|
PendingHostFilePermissions
public PendingHostFilePermissions()
Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.
|
|