public static class ConfigEntry.ConfigSynonym extends Object
ConfigEntry.| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
int | 
hashCode()  | 
String | 
name()
Returns the name of this configuration. 
 | 
ConfigEntry.ConfigSource | 
source()
Returns the source of this configuration. 
 | 
String | 
toString()  | 
String | 
value()
Returns the value of this configuration, which may be null if the configuration is sensitive. 
 | 
public String name()
public String value()
public ConfigEntry.ConfigSource source()