Package io.codemodder.codetf
Class CodeTFChangesetEntry
- java.lang.Object
-
- io.codemodder.codetf.CodeTFChangesetEntry
-
public final class CodeTFChangesetEntry extends Object
Describes an individual changeset entry.
-
-
Constructor Summary
Constructors Constructor Description CodeTFChangesetEntry(String path, String diff, List<CodeTFChange> changes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<CodeTFChange>
getChanges()
String
getDiff()
String
getPath()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
CodeTFChangesetEntry
public CodeTFChangesetEntry(String path, String diff, List<CodeTFChange> changes)
-
-
Method Detail
-
getPath
public String getPath()
-
getDiff
public String getDiff()
-
getChanges
public List<CodeTFChange> getChanges()
-
-