Package | Description |
---|---|
org.eclipse.team.core |
Application programming interfaces for defining and working with repository providers.
|
Modifier and Type | Method and Description |
---|---|
static RepositoryProvider |
RepositoryProvider.getProvider(IProject project)
Returns the provider for a given IProject or
null if a provider is not associated with
the project or if the project is closed or does not exist. |
static RepositoryProvider |
RepositoryProvider.getProvider(IProject project,
String id)
Returns a provider of type with the given id if associated with the given project
or
null if the project is not associated with a provider of that type
or the nature id is that of a non-team repository provider nature. |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.