RSE
Release 3.2

org.eclipse.rse.services.files
Class PendingHostFilePermissions

java.lang.Object
  extended by org.eclipse.rse.services.files.HostFilePermissions
      extended by 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

Field Summary
 
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
 
Constructor Summary
PendingHostFilePermissions()
           
 
Method Summary
 
Methods inherited from class org.eclipse.rse.services.files.HostFilePermissions
clone, getGroupOwner, getPermission, getPermissionBits, getUserOwner, setGroupOwner, setPermission, setPermissionBits, setUserOwner, toAlphaString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PendingHostFilePermissions

public PendingHostFilePermissions()

RSE
Release 3.2

Copyright (c) IBM Corporation and others 2000, 2010. All Rights Reserved.