Package com.google.gerrit.server.config
Class ConfigUpdatedEvent.ConfigUpdateEntry
- java.lang.Object
-
- com.google.gerrit.server.config.ConfigUpdatedEvent.ConfigUpdateEntry
-
- Enclosing class:
- ConfigUpdatedEvent
public static class ConfigUpdatedEvent.ConfigUpdateEntry extends Object
-
-
Constructor Summary
Constructors Constructor Description ConfigUpdateEntry(ConfigKey key, String oldVal, String newVal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigUpdatedEvent.ConfigEntryType
getUpdateType()
String
toString()
Note: The toString() is used to format the output from @see ReloadConfig.
-
-
-
Method Detail
-
toString
public String toString()
Note: The toString() is used to format the output from @see ReloadConfig.
-
getUpdateType
public ConfigUpdatedEvent.ConfigEntryType getUpdateType()
-
-