Package com.github.vlsi.gradle.git
Class GitIgnoreNode
-
- All Implemented Interfaces:
public final class GitIgnoreNode extends GitNode<GitIgnoreNode>
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegertotalPrefixLengthprivate final ParentAndPrefix<GitIgnoreNode>parent
-
Constructor Summary
Constructors Constructor Description GitIgnoreNode(ParentAndPrefix<GitIgnoreNode> parent, IgnoreNode ignoreNode)
-
Method Summary
-
-
Constructor Detail
-
GitIgnoreNode
GitIgnoreNode(ParentAndPrefix<GitIgnoreNode> parent, IgnoreNode ignoreNode)
-
-
-
-