Class ConfigLine

java.lang.Object
org.eclipse.jgit.lib.ConfigLine

class ConfigLine extends Object
A line in a Git Config file.
  • Field Details

    • prefix

      String prefix
      The text content before entry.
    • section

      String section
      The section name for the entry.
    • subsection

      String subsection
      Subsection name.
    • name

      String name
      The key name.
    • value

      String value
      The value.
    • suffix

      String suffix
      The text content after entry.
    • includedFrom

      String includedFrom
      The source from which this line was included from.
  • Constructor Details

    • ConfigLine

      ConfigLine()
  • Method Details