Package com.google.gerrit.server.tools
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ToolsCatalog.Entry
A file served out of the tools root directory.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ToolsCatalog.Entry
get(String name)
Lookup an entry in the tools catalog.
-
-
-
Method Detail
-
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.
-
-