Class PatchLine
- java.lang.Object
-
- jetbrains.buildServer.vcs.patches.diff.PatchLine
-
public class PatchLine extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PatchLine.Type
-
Constructor Summary
Constructors Constructor Description PatchLine(PatchLine.Type type, String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getText()
PatchLine.Type
getType()
boolean
isSuppressNewLine()
void
setSuppressNewLine(boolean suppressNewLine)
String
toString()
-
-
-
Constructor Detail
-
PatchLine
public PatchLine(PatchLine.Type type, String text)
-
-
Method Detail
-
getType
public PatchLine.Type getType()
-
getText
public String getText()
-
isSuppressNewLine
public boolean isSuppressNewLine()
-
setSuppressNewLine
public void setSuppressNewLine(boolean suppressNewLine)
-
-