Class DfsRepository.EmptyAttributesNodeProvider.EmptyAttributesNode
java.lang.Object
org.eclipse.jgit.attributes.AttributesNode
org.eclipse.jgit.internal.storage.dfs.DfsRepository.EmptyAttributesNodeProvider.EmptyAttributesNode
- Enclosing class:
- DfsRepository.EmptyAttributesNodeProvider
private static class DfsRepository.EmptyAttributesNodeProvider.EmptyAttributesNode
extends AttributesNode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
parse
(InputStream in) Parse files according to gitattribute standards.Methods inherited from class org.eclipse.jgit.attributes.AttributesNode
getRules
-
Constructor Details
-
EmptyAttributesNode
public EmptyAttributesNode()
-
-
Method Details
-
parse
Description copied from class:AttributesNode
Parse files according to gitattribute standards.- Overrides:
parse
in classAttributesNode
- Parameters:
in
- input stream holding the standard ignore format. The caller is responsible for closing the stream.- Throws:
IOException
- Error thrown when reading an ignore file.
-