Eclipse Platform
2.0

Uses of Class
org.eclipse.team.core.TeamException

Packages that use TeamException
org.eclipse.team.core Application programming interfaces for defining and working with repository providers. 
 

Uses of TeamException in org.eclipse.team.core
 

Methods in org.eclipse.team.core that throw TeamException
static void Team.removeNatureFromProject(IProject proj, String natureId, IProgressMonitor monitor)
           
static void Team.addNatureToProject(IProject proj, String natureId, IProgressMonitor monitor)
           
static void RepositoryProvider.map(IProject project, String id)
          Instantiate a new RepositoryProvider with concrete class by given providerID and associate it with project.
static void RepositoryProvider.unmap(IProject project)
          Disassoociates project with the repository provider its currently mapped to.
static void RepositoryProvider.convertNatureToProperty(IProject project, boolean removeNature)
           
 String[] IProjectSetSerializer.asReference(IProject[] providerProjects, Object context, IProgressMonitor monitor)
          For every IProject in providerProjects, return an opaque UTF-8 encoded String to act as a reference to that project.
 IProject[] IProjectSetSerializer.addToWorkspace(String[] referenceStrings, String filename, Object context, IProgressMonitor monitor)
          For every String in referenceStrings, create in the workspace a corresponding IProject.
 


Eclipse Platform
2.0

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