Class Extension<T>
- java.lang.Object
-
- com.google.gerrit.extensions.registration.Extension<T>
-
- Type Parameters:
T
- Type of extension point that this extension implements
public class Extension<T> extends Object
An extension that is provided by a plugin.Contains the name of the plugin that provides the extension, the extension point implementation and optionally the export name under which the extension was exported.
An export name is only available if this extension is an entry in a
DynamicMap
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
get()
String
getExportName()
String
getPluginName()
com.google.inject.Provider<T>
getProvider()
-