Package com.google.gerrit.server.project
Class CommentLinkProvider
- java.lang.Object
-
- com.google.gerrit.server.project.CommentLinkProvider
-
- All Implemented Interfaces:
GerritConfigListener
,com.google.inject.Provider<List<CommentLinkInfo>>
,EventListener
,javax.inject.Provider<List<CommentLinkInfo>>
public class CommentLinkProvider extends Object implements com.google.inject.Provider<List<CommentLinkInfo>>, GerritConfigListener
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.collect.Multimap<ConfigUpdatedEvent.UpdateResult,ConfigUpdatedEvent.ConfigUpdateEntry>
configUpdated(ConfigUpdatedEvent event)
List<CommentLinkInfo>
get()
-
-
-
Method Detail
-
get
public List<CommentLinkInfo> get()
- Specified by:
get
in interfacecom.google.inject.Provider<List<CommentLinkInfo>>
- Specified by:
get
in interfacejavax.inject.Provider<List<CommentLinkInfo>>
-
configUpdated
public com.google.common.collect.Multimap<ConfigUpdatedEvent.UpdateResult,ConfigUpdatedEvent.ConfigUpdateEntry> configUpdated(ConfigUpdatedEvent event)
- Specified by:
configUpdated
in interfaceGerritConfigListener
-
-