Eclipse Platform
Release 3.7

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

Packages that use RepositoryProviderType
org.eclipse.team.core Application programming interfaces for defining and working with repository providers. 
org.eclipse.team.ui Provides basic support for managing Team providers. 
 

Uses of RepositoryProviderType in org.eclipse.team.core
 

Subclasses of RepositoryProviderType in org.eclipse.team.core
 class DefaultRepositoryProviderType
           
 

Methods in org.eclipse.team.core that return RepositoryProviderType
static RepositoryProviderType RepositoryProviderType.getProviderType(String id)
          Return the RepositoryProviderType for the given provider ID.
static RepositoryProviderType RepositoryProviderType.getTypeForScheme(String scheme)
          Return the repository type for the given file system scheme or null if there isn't one.
 

Methods in org.eclipse.team.core with parameters of type RepositoryProviderType
static void ProjectSetCapability.ensureBackwardsCompatible(RepositoryProviderType type, ProjectSetCapability capability)
          Ensure that the provider type is backwards compatible by passing the project set serializer to the type if a serializer is registered.
 

Uses of RepositoryProviderType in org.eclipse.team.ui
 

Methods in org.eclipse.team.ui that return RepositoryProviderType
 RepositoryProviderType IScmUrlImportWizardPage.getProvider()
          Return the RepositoryProviderType associated with the page.
 

Methods in org.eclipse.team.ui with parameters of type RepositoryProviderType
 void IScmUrlImportWizardPage.setProvider(RepositoryProviderType provider)
          Sets the RepositoryProviderType for the page.
 


Eclipse Platform
Release 3.7

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2011. All rights reserved.