Class ToolsCatalog

java.lang.Object
com.google.gerrit.server.tools.ToolsCatalog

public class ToolsCatalog extends Object
Listing of all client side tools stored on this server.

Clients may download these tools through our file server, as they are packaged with our own software releases.

  • Method Details

    • get

      public ToolsCatalog.Entry get(String name)
      Lookup an entry in the tools catalog.
      Parameters:
      name - path of the item, relative to the root of the catalog.
      Returns:
      the entry; null if the item is not part of the catalog.