|
RSE Release 3.3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
RemoteFileRoot.getPermissions()
Override this to provide permissions |
IHostFilePermissions |
IRemoteFile.getPermissions()
Returns the permissions for this file if they exist |
IHostFilePermissions |
RemoteFile.getPermissions()
Returns the permissions for this file if they exist |
IHostFilePermissions |
RemoteFileEmpty.getPermissions()
Override this to provide permissions |
|
RSE Release 3.3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |