Java org.eclipse.jgit.ignore IgnoreNode fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.ignore IgnoreNode fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

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

Method

ListgetRules()
Get list of all ignore rules held by this node
MatchResultisIgnored(String entryPath, boolean isDirectory)
Determine if an entry path matches an ignore rule.
voidparse(InputStream in)
Parse files according to gitignore standards.