| Package | Description |
|---|---|
| org.argeo.slc.diff |
Abstraction of diff comparison with structured results.
|
| Modifier and Type | Field and Description |
|---|---|
protected RelatedFile |
DiffPosition.relatedFile |
| Modifier and Type | Method and Description |
|---|---|
RelatedFile |
DiffPosition.getRelatedFile() |
static RelatedFile |
RelatedFile.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RelatedFile[] |
RelatedFile.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DiffPosition(RelatedFile relatedFile) |
TableDiffPosition(RelatedFile relatedFile,
java.lang.Integer line,
java.lang.Integer column,
java.lang.String columnName) |
XPathDiffPosition(RelatedFile relatedFile,
java.lang.String path) |
Copyright © 2007–2020. All rights reserved.