Package org.eclipse.jgit.dircache
Class DirCacheIterator.LazyLoadingAttributesNode
- java.lang.Object
-
- org.eclipse.jgit.attributes.AttributesNode
-
- org.eclipse.jgit.dircache.DirCacheIterator.LazyLoadingAttributesNode
-
- Enclosing class:
- DirCacheIterator
private static class DirCacheIterator.LazyLoadingAttributesNode extends AttributesNode
AttributesNode
implementation that provides lazy loading facilities.
-
-
Constructor Summary
Constructors Constructor Description LazyLoadingAttributesNode(ObjectId objectId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) AttributesNode
load(ObjectReader reader)
-
Methods inherited from class org.eclipse.jgit.attributes.AttributesNode
getRules, parse
-
-
-
-
Field Detail
-
objectId
final ObjectId objectId
-
-
Constructor Detail
-
LazyLoadingAttributesNode
LazyLoadingAttributesNode(ObjectId objectId)
-
-
Method Detail
-
load
AttributesNode load(ObjectReader reader) throws java.io.IOException
- Throws:
java.io.IOException
-
-