Class GitPositionTransformer.FileMapping

java.lang.Object
com.google.gerrit.server.patch.GitPositionTransformer.FileMapping
Enclosing class:
GitPositionTransformer

public abstract static class GitPositionTransformer.FileMapping extends Object
A mapping of attributes from a file in one Git tree (source) to a file in another Git tree (target).

At the moment, only the file path is considered. Other attributes like file mode would be imaginable too but are currently not supported.