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