Uses of Interface
org.eclipse.jgit.attributes.AttributesNodeProvider
Packages that use AttributesNodeProvider
Package
Description
Distributed file system based repository storage.
File based repository storage.
Core API for repository, config, refs, object database.
Walking and comparing directory/file trees (of commits, file system).
-
Uses of AttributesNodeProvider in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return AttributesNodeProvider -
Uses of AttributesNodeProvider in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return AttributesNodeProvider -
Uses of AttributesNodeProvider in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return AttributesNodeProviderModifier and TypeMethodDescriptionabstract AttributesNodeProvider
Repository.createAttributesNodeProvider()
Create a newAttributesNodeProvider
. -
Uses of AttributesNodeProvider in org.eclipse.jgit.treewalk
Methods in org.eclipse.jgit.treewalk that return AttributesNodeProviderModifier and TypeMethodDescriptionTreeWalk.getAttributesNodeProvider()
Get the attributes node providerMethods in org.eclipse.jgit.treewalk with parameters of type AttributesNodeProviderModifier and TypeMethodDescriptionvoid
TreeWalk.setAttributesNodeProvider
(AttributesNodeProvider provider) Sets theAttributesNodeProvider
for thisTreeWalk
.