Interface AttributesNodeProvider

    • Method Detail

      • getInfoAttributesNode

        AttributesNode getInfoAttributesNode()
                                      throws java.io.IOException
        Retrieve the AttributesNode that holds the information located in $GIT_DIR/info/attributes file.
        Returns:
        the AttributesNode that holds the information located in $GIT_DIR/info/attributes file.
        Throws:
        java.io.IOException - if an error is raised while parsing the attributes file
      • getGlobalAttributesNode

        AttributesNode getGlobalAttributesNode()
                                        throws java.io.IOException
        Retrieve the AttributesNode that holds the information located in the global gitattributes file.
        Returns:
        the AttributesNode that holds the information located in the global gitattributes file.
        Throws:
        java.io.IOException - java.io.IOException if an error is raised while parsing the attributes file
        See Also:
        CoreConfig.getAttributesFile()