Class GlobalAttributesNode
java.lang.Object
org.eclipse.jgit.attributes.AttributesNode
org.eclipse.jgit.internal.storage.file.GlobalAttributesNode
Attribute node loaded from global system-wide file.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGlobalAttributesNode
(Repository repository) Constructor for GlobalAttributesNode. -
Method Summary
Methods inherited from class org.eclipse.jgit.attributes.AttributesNode
getRules, parse
-
Field Details
-
repository
-
-
Constructor Details
-
GlobalAttributesNode
Constructor for GlobalAttributesNode.- Parameters:
repository
- theRepository
.
-
-
Method Details
-
load
Load the attributes node- Returns:
- the attributes node
- Throws:
IOException
-