Uses of Class
org.eclipse.team.core.RepositoryProviderType
Package
Description
Application programming interfaces for defining and working with repository providers.
Application programming interfaces for importing projects into the workspace.
-
Uses of RepositoryProviderType in org.eclipse.team.core
Modifier and TypeMethodDescriptionstatic 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 ornull
if there isn't one.Modifier and TypeMethodDescriptionstatic 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.core.importing.provisional
Modifier and TypeMethodDescriptionprotected abstract RepositoryProviderType
BundleImporterDelegate.getProviderType()