public interface AttributesNodeProvider
AttributesNode
s.Modifier and Type | Method and Description |
---|---|
AttributesNode |
getGlobalAttributesNode()
Retrieve the
AttributesNode that
holds the information located in the global gitattributes file. |
AttributesNode |
getInfoAttributesNode()
Retrieve the
AttributesNode that
holds the information located in $GIT_DIR/info/attributes file. |
AttributesNode getInfoAttributesNode() throws IOException
AttributesNode
that
holds the information located in $GIT_DIR/info/attributes file.AttributesNode
that holds
the information located in $GIT_DIR/info/attributes file.IOException
- if an error is raised while parsing the attributes fileAttributesNode getGlobalAttributesNode() throws IOException
AttributesNode
that
holds the information located in the global gitattributes file.AttributesNode
that holds
the information located in the global gitattributes file.IOException
- java.io.IOException if an error is raised while parsing the
attributes fileCoreConfig.getAttributesFile()
Copyright © 2018 Eclipse JGit Project. All rights reserved.