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 ParentAndPrefix<GitIgnoreNode>parentprivate final IntegertotalPrefixLength
-
Constructor Summary
Constructors Constructor Description GitIgnoreNode(ParentAndPrefix<GitIgnoreNode> parent, IgnoreNode ignoreNode)
-
Method Summary
Modifier and Type Method Description final ParentAndPrefix<GitIgnoreNode>getParent()final IntegergetTotalPrefixLength()final BooleanisIgnored(String entryPath, Boolean isFile)StringtoString()-
-
Constructor Detail
-
GitIgnoreNode
GitIgnoreNode(ParentAndPrefix<GitIgnoreNode> parent, IgnoreNode ignoreNode)
-
-
Method Detail
-
getParent
final ParentAndPrefix<GitIgnoreNode> getParent()
-
getTotalPrefixLength
final Integer getTotalPrefixLength()
-
-
-
-