-
public final class GitAttributesNode extends GitNode<GitAttributesNode>
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegertotalPrefixLengthprivate final ParentAndPrefix<GitAttributesNode>parent
-
Constructor Summary
Constructors Constructor Description GitAttributesNode(ParentAndPrefix<GitAttributesNode> parent, AttributesNode attributesNode)
-
Method Summary
Modifier and Type Method Description final IntegergetTotalPrefixLength()final ParentAndPrefix<GitAttributesNode>getParent()final UnitmergeTo(Attributes result, String entryPath, Boolean isFile)StringtoString()-
-
Constructor Detail
-
GitAttributesNode
GitAttributesNode(ParentAndPrefix<GitAttributesNode> parent, AttributesNode attributesNode)
-
-
Method Detail
-
getTotalPrefixLength
final Integer getTotalPrefixLength()
-
getParent
final ParentAndPrefix<GitAttributesNode> getParent()
-
-
-
-