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 theAttributesNodethat holds the information located in the global gitattributes file.Retrieve theAttributesNodethat 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:AttributesNodeProviderRetrieve theAttributesNodethat holds the information located in $GIT_DIR/info/attributes file.- Specified by:
getInfoAttributesNodein interfaceAttributesNodeProvider- Returns:
- the
AttributesNodethat 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:AttributesNodeProviderRetrieve theAttributesNodethat holds the information located in the global gitattributes file.- Specified by:
getGlobalAttributesNodein interfaceAttributesNodeProvider- Returns:
- the
AttributesNodethat 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:
-