Package com.github.vlsi.gradle.git
Class GitAttributesNode
-
- All Implemented Interfaces:
public final class GitAttributesNode extends GitNode<GitAttributesNode>
-
-
Field Summary
Fields Modifier and Type Field Description private final ParentAndPrefix<GitAttributesNode>parentprivate final IntegertotalPrefixLength
-
Constructor Summary
Constructors Constructor Description GitAttributesNode(ParentAndPrefix<GitAttributesNode> parent, AttributesNode attributesNode)
-
Method Summary
Modifier and Type Method Description final ParentAndPrefix<GitAttributesNode>getParent()final IntegergetTotalPrefixLength()final UnitmergeTo(Attributes result, String entryPath, Boolean isFile)StringtoString()-
-
Constructor Detail
-
GitAttributesNode
GitAttributesNode(ParentAndPrefix<GitAttributesNode> parent, AttributesNode attributesNode)
-
-
Method Detail
-
getParent
final ParentAndPrefix<GitAttributesNode> getParent()
-
getTotalPrefixLength
final Integer getTotalPrefixLength()
-
-
-
-