private static class DfsRepository.EmptyAttributesNodeProvider.EmptyAttributesNode extends AttributesNode
| Constructor and Description |
|---|
EmptyAttributesNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
parse(java.io.InputStream in)
Parse files according to gitattribute standards.
|
getRulespublic void parse(java.io.InputStream in)
throws java.io.IOException
AttributesNodeparse in class AttributesNodein - input stream holding the standard ignore format. The caller is
responsible for closing the stream.java.io.IOException - Error thrown when reading an ignore file.