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
Classes in org.eclipse.jgit.internal.storage.dfs that implement AttributesNodeProviderMethods in org.eclipse.jgit.internal.storage.dfs that return AttributesNodeProviderModifier and TypeMethodDescriptionDfsRepository.createAttributesNodeProvider()
Create a newAttributesNodeProvider
. -
Uses of AttributesNodeProvider in org.eclipse.jgit.internal.storage.file
Classes in org.eclipse.jgit.internal.storage.file that implement AttributesNodeProviderModifier and TypeClassDescription(package private) static class
Implementation aAttributesNodeProvider
for aFileRepository
.Methods in org.eclipse.jgit.internal.storage.file that return AttributesNodeProviderModifier and TypeMethodDescriptionFileRepository.createAttributesNodeProvider()
Create a newAttributesNodeProvider
. -
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
Fields in org.eclipse.jgit.treewalk declared as AttributesNodeProviderMethods 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
.