Class InfoAttributesNode

java.lang.Object
org.eclipse.jgit.attributes.AttributesNode
org.eclipse.jgit.internal.storage.file.InfoAttributesNode

public class InfoAttributesNode extends AttributesNode
Attribute node loaded from the $GIT_DIR/info/attributes file.
  • Field Details

  • Constructor Details

    • InfoAttributesNode

      public InfoAttributesNode(Repository repository)
      Constructor for InfoAttributesNode.
      Parameters:
      repository - the Repository.
  • Method Details