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 DiffConfigDiffFormatter. diffCfgFields in org.eclipse.jgit.diff with type parameters of type DiffConfig Modifier and Type Field Description static Config.SectionParser<DiffConfig>DiffConfig. KEYKey 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) DiffConfigFollowFilter. cfgMethods in org.eclipse.jgit.revwalk with parameters of type DiffConfig Modifier and Type Method Description static FollowFilterFollowFilter. create(java.lang.String path, DiffConfig cfg)Create a new tree filter for a user supplied path.private voidTreeRevFilter. updateFollowFilter(ObjectId[] trees, DiffConfig cfg)Constructors in org.eclipse.jgit.revwalk with parameters of type DiffConfig Constructor Description FollowFilter(PathFilter path, DiffConfig cfg)
-