RSE
Release 3.0

org.eclipse.rse.services.files
Interface IHostFilePermissionsContainer


public interface IHostFilePermissionsContainer

A container of permissions. Implementations of IHostFile that support IHostFilePermissions should implement this too

Since:
3.0

Method Summary
 IHostFilePermissions getPermissions()
          Returns the host file permissions (including user and group) for this file
 void 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.
 

Method Detail

getPermissions

IHostFilePermissions getPermissions()
Returns the host file permissions (including user and group) for this file

Returns:
the host file permissions

setPermissions

void 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. Right now, using this to set a dummy "Pending" set of permissions from UI when doing asynchronous queries from property sheet or table view


RSE
Release 3.0

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