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.
|
getRules
public void parse(java.io.InputStream in) throws java.io.IOException
AttributesNode
parse
in class AttributesNode
in
- 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.