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