Class GlobalAttributesNode

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

public class GlobalAttributesNode extends AttributesNode
Attribute node loaded from global system-wide file.
  • Field Details

  • Constructor Details

    • GlobalAttributesNode

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