Package de.dagere.peass.ci.rca
Class RCAMetadata
- java.lang.Object
-
- de.dagere.peass.ci.rca.RCAMetadata
-
public class RCAMetadata extends Object
-
-
Constructor Summary
Constructors Constructor Description RCAMetadata(de.dagere.peass.analysis.changes.Change change, Map.Entry<String,List<de.dagere.peass.analysis.changes.Change>> testcases, de.dagere.peass.config.FixedCommitConfig config, File rcaResults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcopyFiles(File commitVisualizationFolder)StringgetActionName()FilegetCurrentFile()StringgetCurrentFileName()StringgetFileName()FilegetPredecessorFile()StringgetPredecessorFileName()FilegetRCAMainFile()
-
-
-
Method Detail
-
copyFiles
public void copyFiles(File commitVisualizationFolder) throws IOException
- Throws:
IOException
-
getCurrentFile
public File getCurrentFile()
-
getPredecessorFile
public File getPredecessorFile()
-
getRCAMainFile
public File getRCAMainFile()
-
getActionName
public String getActionName()
-
getFileName
public String getFileName()
-
getPredecessorFileName
public String getPredecessorFileName()
-
getCurrentFileName
public String getCurrentFileName()
-
-