Package jetbrains.vcs.api.impl
Interface VcsContextLocator
-
- All Known Implementing Classes:
VcsSupportContextRegistry
public interface VcsContextLocator
Created 15.10.12 18:05- Author:
- Eugene Petrenko (eugene.petrenko@jetbrains.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VcsSupportContext
findVcsSupportContext(String vcsName)
Find VCS Support Context by VCS name.
-
-
-
Method Detail
-
findVcsSupportContext
@Nullable VcsSupportContext findVcsSupportContext(@NotNull String vcsName)
Find VCS Support Context by VCS name.- Parameters:
vcsName
- name to look for- Returns:
- VCS Support Context, or null if no context is registered for given name
-
-