Uses of Class
org.eclipse.team.core.RepositoryProviderType
Packages that use 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
Subclasses of RepositoryProviderType in org.eclipse.team.coreMethods in org.eclipse.team.core that return RepositoryProviderTypeModifier and TypeMethodDescriptionstatic RepositoryProviderTypeRepositoryProviderType.getProviderType(String id) Return the RepositoryProviderType for the given provider ID.static RepositoryProviderTypeRepositoryProviderType.getTypeForScheme(String scheme) Return the repository type for the given file system scheme ornullif there isn't one.Methods in org.eclipse.team.core with parameters of type RepositoryProviderTypeModifier and TypeMethodDescriptionstatic voidProjectSetCapability.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
Methods in org.eclipse.team.core.importing.provisional that return RepositoryProviderTypeModifier and TypeMethodDescriptionprotected abstract RepositoryProviderTypeBundleImporterDelegate.getProviderType()