Class ConfigMapEntry

java.lang.Object
org.apache.juneau.config.internal.ConfigMapEntry

public class ConfigMapEntry extends Object
Represents a single entry in a configuration. This is a read-only object.
  • Method Details

    • getKey

      public String getKey()
      Returns the name of this entry.
      Returns:
      The name of this entry.
    • getValue

      public String getValue()
      Returns the raw value of this entry.
      Returns:
      The raw value of this entry.
    • getComment

      public String getComment()
      Returns the same-line comment of this entry.
      Returns:
      The same-line comment of this entry.
    • getPreLines

      public List<String> getPreLines()
      Returns the pre-lines of this entry.
      Returns:
      The pre-lines of this entry as an unmodifiable list.
    • getModifiers

      public String getModifiers()
      Returns the modifiers for this entry.
      Returns:
      The modifiers for this entry, or null if it has no modifiers.