| Package | Description |
|---|---|
| org.wickedsource.diffparser.api.model |
| Modifier and Type | Method and Description |
|---|---|
Line.LineType |
Line.getLineType()
The type of this line.
|
static Line.LineType |
Line.LineType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Line.LineType[] |
Line.LineType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Line(Line.LineType lineType,
String content) |
Copyright © 2016. All rights reserved.