Package edu.handong.csee.isel.patch
Interface PatchCollector
- All Known Implementing Classes:
CPatchCollector
public interface PatchCollector
-
Method Summary
Modifier and Type Method Description java.util.List<CSVInfo>collectFrom(java.util.List<org.eclipse.jgit.revwalk.RevCommit> commitList)voidsetBFC(java.util.List<java.lang.String> bfcList)
-
Method Details
-
setBFC
void setBFC(java.util.List<java.lang.String> bfcList) -
collectFrom
-