Uses of Class
org.eclipse.jgit.diff.DiffConfig
-
Packages that use DiffConfig Package Description org.eclipse.jgit.diff Comparing file contents by computing diffs.org.eclipse.jgit.revwalk Walking revision graphs (commit history). -
-
Uses of DiffConfig in org.eclipse.jgit.diff
Fields in org.eclipse.jgit.diff declared as DiffConfig Modifier and Type Field Description private DiffConfig
DiffFormatter. diffCfg
Fields in org.eclipse.jgit.diff with type parameters of type DiffConfig Modifier and Type Field Description static Config.SectionParser<DiffConfig>
DiffConfig. KEY
Key forConfig.get(SectionParser)
.Constructors in org.eclipse.jgit.diff with parameters of type DiffConfig Constructor Description RenameDetector(ObjectReader reader, DiffConfig cfg)
Create a new rename detector with a specified reader and diff config. -
Uses of DiffConfig in org.eclipse.jgit.revwalk
Fields in org.eclipse.jgit.revwalk declared as DiffConfig Modifier and Type Field Description (package private) DiffConfig
FollowFilter. cfg
Methods in org.eclipse.jgit.revwalk with parameters of type DiffConfig Modifier and Type Method Description static FollowFilter
FollowFilter. create(java.lang.String path, DiffConfig cfg)
Create a new tree filter for a user supplied path.private void
TreeRevFilter. updateFollowFilter(ObjectId[] trees, DiffConfig cfg)
Constructors in org.eclipse.jgit.revwalk with parameters of type DiffConfig Constructor Description FollowFilter(PathFilter path, DiffConfig cfg)
-