RSE
Release 3.0

Uses of Interface
org.eclipse.rse.services.files.IHostFilePermissions

Packages that use IHostFilePermissions
org.eclipse.rse.services.files   
org.eclipse.rse.subsystems.files.core.subsystems   
 

Uses of IHostFilePermissions in org.eclipse.rse.services.files
 

Classes in org.eclipse.rse.services.files that implement IHostFilePermissions
 class HostFilePermissions
          Default implementation of "Universal" UNIX kind of IHostFilePermissions.
 class PendingHostFilePermissions
          A dummy HostFilePermissions node that can be used for deferred query of permissions.
 

Methods in org.eclipse.rse.services.files that return IHostFilePermissions
 IHostFilePermissions IFilePermissionsService.getFilePermissions(IHostFile file, IProgressMonitor monitor)
          Gets the permissions for a file including the user and group owner
 IHostFilePermissions IHostFilePermissionsContainer.getPermissions()
          Returns the host file permissions (including user and group) for this file
 

Methods in org.eclipse.rse.services.files with parameters of type IHostFilePermissions
 void IFilePermissionsService.setFilePermissions(IHostFile file, IHostFilePermissions permissions, IProgressMonitor monitor)
          Sets the permissions for a file including the user and group owner as specified in the permissions
 void IHostFilePermissionsContainer.setPermissions(IHostFilePermissions permissions)
          TODO remove this API - here for now because we want to prevent duplicate query jobs from being triggered from SystemViewRemoteFileAdapter.getPropertyValue() Sets the permissions attributes for this file.
 

Uses of IHostFilePermissions in org.eclipse.rse.subsystems.files.core.subsystems
 

Methods in org.eclipse.rse.subsystems.files.core.subsystems that return IHostFilePermissions
 IHostFilePermissions IRemoteFile.getPermissions()
          Returns the permissions for this file if they exist
 IHostFilePermissions RemoteFileEmpty.getPermissions()
          Override this to provide permissions
 IHostFilePermissions RemoteFile.getPermissions()
          Returns the permissions for this file if they exist
 IHostFilePermissions RemoteFileRoot.getPermissions()
          Override this to provide permissions
 


RSE
Release 3.0

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