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 Details

    • EmptyAttributesNode

      public EmptyAttributesNode()
  • Method Details

    • parse

      public void parse(InputStream in) throws 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:
      IOException - Error thrown when reading an ignore file.