Package tech.ikora.diff.patch
Class Change
- java.lang.Object
-
- tech.ikora.diff.patch.Change
-
public class Change extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChange.Type
-
Constructor Summary
Constructors Constructor Description Change(Change.Type type, int position, String content)
-
-
-
Constructor Detail
-
Change
public Change(Change.Type type, int position, String content)
-
-
Method Detail
-
getType
public Change.Type getType()
-
getPosition
public int getPosition()
-
getContent
public String getContent()
-
-