Class DfsRepository.EmptyAttributesNodeProvider
java.lang.Object
org.eclipse.jgit.internal.storage.dfs.DfsRepository.EmptyAttributesNodeProvider
- All Implemented Interfaces:
AttributesNodeProvider
- Enclosing class:
DfsRepository
private static class DfsRepository.EmptyAttributesNodeProvider
extends Object
implements AttributesNodeProvider
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieve theAttributesNode
that holds the information located in the global gitattributes file.Retrieve theAttributesNode
that holds the information located in $GIT_DIR/info/attributes file.
-
Field Details
-
emptyAttributesNode
-
-
Constructor Details
-
EmptyAttributesNodeProvider
private EmptyAttributesNodeProvider()
-
-
Method Details
-
getInfoAttributesNode
Description copied from interface:AttributesNodeProvider
Retrieve theAttributesNode
that holds the information located in $GIT_DIR/info/attributes file.- Specified by:
getInfoAttributesNode
in interfaceAttributesNodeProvider
- Returns:
- the
AttributesNode
that holds the information located in $GIT_DIR/info/attributes file. - Throws:
IOException
- if an error is raised while parsing the attributes file
-
getGlobalAttributesNode
Description copied from interface:AttributesNodeProvider
Retrieve theAttributesNode
that holds the information located in the global gitattributes file.- Specified by:
getGlobalAttributesNode
in interfaceAttributesNodeProvider
- Returns:
- the
AttributesNode
that holds the information located in the global gitattributes file. - Throws:
IOException
- java.io.IOException if an error is raised while parsing the attributes file- See Also:
-