Eclipse Platform
2.1

org.eclipse.team.core
Class ProjectSetCapability

java.lang.Object
  |
  +--org.eclipse.team.core.ProjectSetCapability

public abstract class ProjectSetCapability
extends Object

This class represents provisional API. A provider is not required to implement this API. Implementers, and those who reference it, do so with the awareness that this class may be removed or substantially changed at future times without warning.

The intention is that this class will eventually replace IProjectSetSerializer. At the current time it only complements this API by providing a notification mechanism for informing repository providers when a project set has been created.

Since:
2.1
See Also:
IProjectSetSerializer, RepositoryProviderType

Constructor Summary
ProjectSetCapability()
           
 
Method Summary
 void projectSetCreated(File file, Object context, IProgressMonitor monitor)
          Notify the provider that a project set has been created at path.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectSetCapability

public ProjectSetCapability()
Method Detail

projectSetCreated

public void projectSetCreated(File file,
                              Object context,
                              IProgressMonitor monitor)
Notify the provider that a project set has been created at path. Only providers identified as having projects in the project set will be notified. The project set may or may not be created in a workspace project (thus may not be a resource).
Parameters:
File - the project set file that was created

Eclipse Platform
2.1

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