Eclipse Platform
2.1

Uses of Class
org.eclipse.core.runtime.QualifiedName

Packages that use QualifiedName
org.eclipse.core.resources Provides basic support for managing a workspace and its resources. 
 

Uses of QualifiedName in org.eclipse.core.resources
 

Methods in org.eclipse.core.resources that return QualifiedName
 QualifiedName[] ISynchronizer.getPartners()
          Returns a list of synchronization partner names currently registered with this synchronizer.
 

Methods in org.eclipse.core.resources with parameters of type QualifiedName
 Object IResourceProxy.getSessionProperty(QualifiedName key)
          Returns the value of the session property of the resource being visited, identified by the given key.
 void ISynchronizer.accept(QualifiedName partner, IResource start, IResourceVisitor visitor, int depth)
          Visits the given resource and its descendents with the specified visitor if sync information for the given sync partner is found on the resource.
 void ISynchronizer.add(QualifiedName partner)
          Adds the named synchronization partner to this synchronizer's registry of partners.
 void ISynchronizer.flushSyncInfo(QualifiedName partner, IResource resource, int depth)
          Discards the named partner's synchronization information associated with the specified resource and its descendents to the specified depth.
 byte[] ISynchronizer.getSyncInfo(QualifiedName partner, IResource resource)
          Returns the named sync partner's synchronization information for the given resource.
 void ISynchronizer.remove(QualifiedName partner)
          Removes the named synchronization partner from this synchronizer's registry.
 void ISynchronizer.setSyncInfo(QualifiedName partner, IResource resource, byte[] info)
          Sets the named sync partner's synchronization information for the given resource.
 String IResource.getPersistentProperty(QualifiedName key)
          Returns the value of the persistent property of this resource identified by the given key, or null if this resource has no such property.
 Object IResource.getSessionProperty(QualifiedName key)
          Returns the value of the session property of this resource identified by the given key, or null if this resource has no such property.
 void IResource.setPersistentProperty(QualifiedName key, String value)
          Sets the value of the persistent property of this resource identified by the given key.
 void IResource.setSessionProperty(QualifiedName key, Object value)
          Sets the value of the session property of this resource identified by the given key.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.