Class InfoAttributesNode


  • public class InfoAttributesNode
    extends AttributesNode
    Attribute node loaded from the $GIT_DIR/info/attributes file.
    • Constructor Detail

      • InfoAttributesNode

        public InfoAttributesNode​(Repository repository)
        Constructor for InfoAttributesNode.
        Parameters:
        repository - the Repository.
    • Method Detail

      • load

        public AttributesNode load()
                            throws java.io.IOException
        Load the attributes node
        Returns:
        the attributes node
        Throws:
        java.io.IOException