Class DfsRepository.EmptyAttributesNodeProvider.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 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EmptyAttributesNode

        public EmptyAttributesNode()
    • 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 class AttributesNode
        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.