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 SummaryAll 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- 
getpublic List<CommentLinkInfo> get() - Specified by:
- getin interface- com.google.inject.Provider<List<CommentLinkInfo>>
- Specified by:
- getin interface- javax.inject.Provider<List<CommentLinkInfo>>
 
 - 
configUpdatedpublic com.google.common.collect.Multimap<ConfigUpdatedEvent.UpdateResult,ConfigUpdatedEvent.ConfigUpdateEntry> configUpdated(ConfigUpdatedEvent event) - Specified by:
- configUpdatedin interface- GerritConfigListener
 
 
- 
 
-