Class ConfigMapEntry
java.lang.Object
org.apache.juneau.config.internal.ConfigMapEntry
Represents a single entry in a configuration.
 This is a read-only object.
- 
Method Details- 
getKeyReturns the name of this entry.- Returns:
- The name of this entry.
 
- 
getValueReturns the raw value of this entry.- Returns:
- The raw value of this entry.
 
- 
getCommentReturns the same-line comment of this entry.- Returns:
- The same-line comment of this entry.
 
- 
getPreLinesReturns the pre-lines of this entry.- Returns:
- The pre-lines of this entry as an unmodifiable list.
 
- 
getModifiersReturns the modifiers for this entry.- Returns:
- The modifiers for this entry, or null if it has no modifiers.
 
 
-