Package org.eclipse.jgit.treewalk
Class WorkingTreeIterator.PerDirectoryAttributesNode
- java.lang.Object
-
- org.eclipse.jgit.attributes.AttributesNode
-
- org.eclipse.jgit.treewalk.WorkingTreeIterator.PerDirectoryAttributesNode
-
- Enclosing class:
- WorkingTreeIterator
private static class WorkingTreeIterator.PerDirectoryAttributesNode extends AttributesNode
Magic type indicating we know rules exist, but they aren't loaded.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) WorkingTreeIterator.Entry
entry
-
Constructor Summary
Constructors Constructor Description PerDirectoryAttributesNode(WorkingTreeIterator.Entry entry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) AttributesNode
load()
-
Methods inherited from class org.eclipse.jgit.attributes.AttributesNode
getRules, parse
-
-
-
-
Field Detail
-
entry
final WorkingTreeIterator.Entry entry
-
-
Constructor Detail
-
PerDirectoryAttributesNode
PerDirectoryAttributesNode(WorkingTreeIterator.Entry entry)
-
-
Method Detail
-
load
AttributesNode load() throws java.io.IOException
- Throws:
java.io.IOException
-
-