Package jetbrains.vcs.api.services.impl
Class CoreRepositoryServiceProvider
- java.lang.Object
-
- jetbrains.vcs.api.impl.VcsRepositoryServiceProviderBase<CoreRepositoryService>
-
- jetbrains.vcs.api.services.impl.CoreRepositoryServiceProvider
-
- All Implemented Interfaces:
VcsRepositoryServiceProvider
public class CoreRepositoryServiceProvider extends VcsRepositoryServiceProviderBase<CoreRepositoryService>
- Author:
- kir
-
-
Constructor Summary
Constructors Constructor Description CoreRepositoryServiceProvider(VcsContextLocator vcsSupportContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CoreRepositoryService
createServiceImpl(VcsSettings settings, VcsSupportContext context)
-
Methods inherited from class jetbrains.vcs.api.impl.VcsRepositoryServiceProviderBase
createService, isSupported
-
-
-
-
Constructor Detail
-
CoreRepositoryServiceProvider
public CoreRepositoryServiceProvider(@NotNull VcsContextLocator vcsSupportContext)
-
-
Method Detail
-
createServiceImpl
@Nullable protected CoreRepositoryService createServiceImpl(@NotNull VcsSettings settings, @NotNull VcsSupportContext context)
- Specified by:
createServiceImpl
in classVcsRepositoryServiceProviderBase<CoreRepositoryService>
-
-