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 Constructor Description EmptyAttributesNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
parse(java.io.InputStream in)
Parse files according to gitattribute standards.-
Methods inherited from class org.eclipse.jgit.attributes.AttributesNode
getRules
-
-
-
-
Method Detail
-
parse
public void parse(java.io.InputStream in) throws java.io.IOException
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:
java.io.IOException
- Error thrown when reading an ignore file.
-
-