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