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
-
getKey
Returns the name of this entry.- Returns:
- The name of this entry.
-
getValue
Returns the raw value of this entry.- Returns:
- The raw value of this entry.
-
getComment
Returns the same-line comment of this entry.- Returns:
- The same-line comment of this entry.
-
getPreLines
Returns the pre-lines of this entry.- Returns:
- The pre-lines of this entry as an unmodifiable list.
-
getModifiers
Returns the modifiers for this entry.- Returns:
- The modifiers for this entry, or
null if it has no modifiers.
-