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)CodeTFChangesetEntry(String path, String diff, List<CodeTFChange> changes, CodeTFAiMetadata ai)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)CodeTFAiMetadatagetAi()List<CodeTFChange>getChanges()StringgetDiff()StringgetPath()inthashCode()StringtoString()booleanusesAi()
-
-
-
Constructor Detail
-
CodeTFChangesetEntry
public CodeTFChangesetEntry(String path, String diff, List<CodeTFChange> changes, CodeTFAiMetadata ai)
-
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()
-
getAi
public CodeTFAiMetadata getAi()
-
usesAi
public boolean usesAi()
-
-