Java org.eclipse.jgit.attributes AttributesNode fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.attributes AttributesNode fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.attributes AttributesNode.

The text is from its open source code.

Constructor

AttributesNode()
Create an empty ignore node with no rules.

Method

ListgetRules()
Getter for the field rules.
voidparse(InputStream in)
Parse files according to gitattribute standards.