Class FilePathAdapter

java.lang.Object
com.google.gerrit.server.patch.FilePathAdapter

public class FilePathAdapter extends Object
Adapter for old/new paths of the new diff cache to the old diff cache representation. This is needed for backward compatibility with all old diff cache callers.

TODO(ghareeb): It's better to revisit this logic and update all diff cache callers to use the new diff cache output directly.

  • Method Details