| Package | Description |
|---|---|
| org.opencompare.api.java | |
| org.opencompare.api.java.io | |
| org.opencompare.api.java.util |
| Modifier and Type | Field and Description |
|---|---|
protected PCM |
PCMMetadata.pcm |
| Modifier and Type | Method and Description |
|---|---|
PCM |
PCMFactory.createPCM() |
PCM |
PCMContainer.getPcm() |
PCM |
PCMMetadata.getPcm() |
| Modifier and Type | Method and Description |
|---|---|
DiffResult |
PCM.diff(PCM pcm,
PCMElementComparator pcmElementComparator)
Compute the difference with another PCM
|
void |
PCM.merge(PCM pcm,
PCMFactory factory)
Add information from another PCM
|
void |
PCMContainer.setPcm(PCM pcm) |
| Constructor and Description |
|---|
PCMContainer(PCM pcm) |
PCMMetadata(PCM pcm) |
| Modifier and Type | Method and Description |
|---|---|
String |
HTMLExporter.toHTML(PCM pcm) |
void |
HTMLExporter.visit(PCM pcm) |
void |
CSVExporter.visit(PCM pcm) |
| Modifier and Type | Method and Description |
|---|---|
PCM |
DiffResult.getPcm1() |
PCM |
DiffResult.getPcm2() |
| Modifier and Type | Method and Description |
|---|---|
void |
PCMVisitor.visit(PCM pcm) |
| Constructor and Description |
|---|
DiffResult(PCM pcm1,
PCM pcm2) |
Copyright © 2015. All rights reserved.