Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

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.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire