| Package | Description |
|---|---|
| org.opencompare.api.java.io |
| Modifier and Type | Method and Description |
|---|---|
PCMContainer |
ImportMatrixLoader.load(ImportMatrix matrix) |
| Modifier and Type | Method and Description |
|---|---|
List<PCMContainer> |
CSVLoader.load(File file) |
List<PCMContainer> |
HTMLLoader.load(File file) |
List<PCMContainer> |
PCMLoader.load(File file)
Return a PCM container from a file
|
List<PCMContainer> |
CSVLoader.load(ImportMatrix matrix) |
List<PCMContainer> |
HTMLLoader.load(ImportMatrix matrix) |
List<PCMContainer> |
CSVLoader.load(Reader reader) |
List<PCMContainer> |
CSVLoader.load(String pcm) |
List<PCMContainer> |
HTMLLoader.load(String pcm) |
List<PCMContainer> |
PCMLoader.load(String pcm)
Return a list of PCM container from a string representation
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ImportMatrixLoader.createProducts(ImportMatrix matrix,
PCMContainer pcmContainer,
Map<Integer,Feature> positionToFeature)
Detect and create products from the information contained in the matrix and the provided direction
|
protected IONode<String> |
ImportMatrixLoader.detectFeatures(ImportMatrix matrix,
PCMContainer pcmContainer)
Detect features from the information contained in the matrix and the provided direction
|
String |
PCMExporter.export(PCMContainer container)
Export PCM from a PCM container
|
String |
HTMLExporter.export(PCMContainer pcmContainer) |
String |
CSVExporter.export(PCMContainer container) |
ExportMatrix |
ExportMatrixExporter.export(PCMContainer pcmContainer) |
String |
CSVExporter.export(PCMContainer container,
char separator,
char quote) |
protected void |
ImportMatrixLoader.setProductsKey(PCMContainer pcmContainer) |
Copyright © 2016. All rights reserved.