Package com.google.gerrit.server.tools
Class ToolsCatalog
java.lang.Object
com.google.gerrit.server.tools.ToolsCatalog
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 ClassesModifier and TypeClassDescriptionstatic class
A file served out of the tools root directory. -
Method Summary
Modifier and TypeMethodDescriptionLookup an entry in the tools catalog.
-
Method Details
-
get
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.
-