g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.core.accesscontrol.IACLEntry

Packages that use IACLEntry
eu.geclipse.core.accesscontrol   
 

Uses of IACLEntry in eu.geclipse.core.accesscontrol
 

Methods in eu.geclipse.core.accesscontrol that return IACLEntry
 IACLEntry IACL.getEmptyEntry()
          Returns an empty ACL entry corresponding to this ACL implementation, which can then be added with addEntry(...)
 IACLEntry[] IACL.getEntries(IProgressMonitor monitor)
          Returns the list of access control entries contained in this ACL.
 

Methods in eu.geclipse.core.accesscontrol with parameters of type IACLEntry
 void IACL.addEntry(IACLEntry entry, IProgressMonitor monitor)
          Registers an additional entry in this ACL.
 void IACL.removeEntry(IACLEntry entry, IProgressMonitor monitor)
          Removes an entry from this ACL.
 void IACL.saveEntry(IACLEntry entry, IProgressMonitor monitor)
          Saves the changes made to the given entry of the ACL, if IACL.canSaveWholeACL() returns false.
 


g-Eclipse
Release 1.0.0