- Enclosing class:
ConfigEntry
public static class ConfigEntry.ConfigSynonym
extends Object
Class representing a configuration synonym of a
ConfigEntry
.
-
Method Summary 
boolean
int
Returns the name of this configuration.
Returns the source of this configuration.
Returns the value of this configuration, which may be null if the configuration is sensitive.
-
Method Details 
-
name 
Returns the name of this configuration.
-
value 
Returns the value of this configuration, which may be null if the configuration is sensitive.
-
source 
Returns the source of this configuration.
-
-
-