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.
Content and commit history merge algorithms.
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 AttributesNodeProviderRepository.createAttributesNodeProvider()Create a newAttributesNodeProvider. -
Uses of AttributesNodeProvider in org.eclipse.jgit.merge
Fields in org.eclipse.jgit.merge declared as AttributesNodeProviderModifier and TypeFieldDescriptionprotected AttributesNodeProviderResolveMerger.attributesNodeProviderTheAttributesNodeProviderto use while merging trees.Methods in org.eclipse.jgit.merge with parameters of type AttributesNodeProviderModifier and TypeMethodDescriptionvoidResolveMerger.setAttributesNodeProvider(AttributesNodeProvider attributesNodeProvider) Sets theAttributesNodeProviderto be used by this merger. -
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 TypeMethodDescriptionvoidTreeWalk.setAttributesNodeProvider(AttributesNodeProvider provider) Sets theAttributesNodeProviderfor thisTreeWalk.