Uses of Interface
org.eclipse.jgit.attributes.AttributesNodeProvider
-
Packages that use AttributesNodeProvider Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage.org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.treewalk 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 AttributesNodeProvider Modifier and Type Class Description private static class
DfsRepository.EmptyAttributesNodeProvider
Methods in org.eclipse.jgit.internal.storage.dfs that return AttributesNodeProvider Modifier and Type Method Description AttributesNodeProvider
DfsRepository. createAttributesNodeProvider()
Create a newAttributesNodeProvider
. -
Uses of AttributesNodeProvider in org.eclipse.jgit.internal.storage.file
Classes in org.eclipse.jgit.internal.storage.file that implement AttributesNodeProvider Modifier and Type Class Description (package private) static class
FileRepository.AttributesNodeProviderImpl
Implementation aAttributesNodeProvider
for aFileRepository
.Methods in org.eclipse.jgit.internal.storage.file that return AttributesNodeProvider Modifier and Type Method Description AttributesNodeProvider
FileRepository. createAttributesNodeProvider()
Create a newAttributesNodeProvider
. -
Uses of AttributesNodeProvider in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return AttributesNodeProvider Modifier and Type Method Description abstract AttributesNodeProvider
Repository. createAttributesNodeProvider()
Create a newAttributesNodeProvider
. -
Uses of AttributesNodeProvider in org.eclipse.jgit.treewalk
Fields in org.eclipse.jgit.treewalk declared as AttributesNodeProvider Modifier and Type Field Description private AttributesNodeProvider
TreeWalk. attributesNodeProvider
Methods in org.eclipse.jgit.treewalk that return AttributesNodeProvider Modifier and Type Method Description AttributesNodeProvider
TreeWalk. getAttributesNodeProvider()
Get the attributes node providerMethods in org.eclipse.jgit.treewalk with parameters of type AttributesNodeProvider Modifier and Type Method Description void
TreeWalk. setAttributesNodeProvider(AttributesNodeProvider provider)
Sets theAttributesNodeProvider
for thisTreeWalk
.
-