public TreePathStreamedBlobRepository(FileSystem system, TreeRepository trrepo = null, StreamedBlobRepository blrepo = null) { this.system = system; this.trrepo = trrepo ?? new TreeRepository(system); this.blrepo = blrepo ?? new StreamedBlobRepository(system); }
public StageRepository(FileSystem system) { this.system = system; }