Interface VcsContextLocator

  • All Known Implementing Classes:
    VcsSupportContextRegistry

    public interface VcsContextLocator
    Created 15.10.12 18:05
    Author:
    Eugene Petrenko (eugene.petrenko@jetbrains.com)
    • 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