Class ModifiedFilesLoader.Factory
java.lang.Object
com.google.gerrit.server.patch.diff.ModifiedFilesLoader.Factory
- Enclosing class:
- ModifiedFilesLoader
-
Method Summary
Modifier and TypeMethodDescriptioncreate()
Creates aModifiedFilesLoader
instance that looks up the commits and their trees via theRevWalk
instance that is provided to theModifiedFilesLoader.load(com.google.gerrit.entities.Project.NameKey, Config, RevWalk, ObjectId, ObjectId)
method.
-
Method Details
-
create
Creates aModifiedFilesLoader
instance that looks up the commits and their trees via theRevWalk
instance that is provided to theModifiedFilesLoader.load(com.google.gerrit.entities.Project.NameKey, Config, RevWalk, ObjectId, ObjectId)
method.
-