Package jetbrains.vcs.api.services.impl
Class ContextAwareUrlSupportServiceProvider
- java.lang.Object
-
- jetbrains.vcs.api.impl.VcsGenericServiceProviderBase<ContextAwareUrlSupport>
-
- jetbrains.vcs.api.services.impl.ContextAwareUrlSupportServiceProvider
-
- All Implemented Interfaces:
VcsGenericServiceProvider
public class ContextAwareUrlSupportServiceProvider extends VcsGenericServiceProviderBase<ContextAwareUrlSupport>
-
-
Constructor Summary
Constructors Constructor Description ContextAwareUrlSupportServiceProvider(VcsContextLocator locator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ContextAwareUrlSupport
createServiceImpl(String vcsName)
-
Methods inherited from class jetbrains.vcs.api.impl.VcsGenericServiceProviderBase
createService
-
-
-
-
Constructor Detail
-
ContextAwareUrlSupportServiceProvider
public ContextAwareUrlSupportServiceProvider(@NotNull VcsContextLocator locator)
-
-
Method Detail
-
createServiceImpl
@Nullable protected ContextAwareUrlSupport createServiceImpl(@NotNull String vcsName)
- Specified by:
createServiceImpl
in classVcsGenericServiceProviderBase<ContextAwareUrlSupport>
-
-