Interface RemoteVersionControlServer

  • All Known Implementing Classes:
    XmlRpcBasedVersionControlServer

    public interface RemoteVersionControlServer
    Provides information about version control supports.
    • Method Detail

      • getSuitableConfigurations

        Vector getSuitableConfigurations​(Vector filePaths)
        Provides collection of configuration ids. These are all configurations which are suitable for at least one of the given file paths.
        Parameters:
        filePaths - list of strings. Full file paths in version control repository.
        Returns:
        union of configurations suitable for given files.
      • getRelatedConfigurations

        Vector getRelatedConfigurations​(Vector filePaths)
        Provides collection of configuration ids. These are all configurations which relate to at least one of the given file paths. Result collection contains all suitable configurations for the specified files, but also can contain configurations which are not exactly suitable, but would be if their VCS roots is less specific (has path "a/b" instead of "a/b/c").
        Parameters:
        filePaths - list of strings. Full file paths in version control repository.
        Returns:
        union of configurations related to given files.