| Package | Description |
|---|---|
| org.opencompare.api.java.io |
| Modifier and Type | Method and Description |
|---|---|
protected PCMDirection |
ImportMatrixLoader.detectDirection(ImportMatrix matrix)
Detect if products are represented by a line or a column
|
static PCMDirection |
PCMDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PCMDirection[] |
PCMDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CSVLoader(PCMFactory factory,
CellContentInterpreter cellContentInterpreter,
char separator,
char quote,
PCMDirection pcmDirection) |
CSVLoader(PCMFactory factory,
CellContentInterpreter cellContentInterpreter,
PCMDirection pcmDirection) |
HTMLLoader(PCMFactory factory,
CellContentInterpreter cellContentInterpreter,
PCMDirection pcmDirection) |
ImportMatrixLoader(PCMFactory factory,
CellContentInterpreter cellContentInterpreter,
PCMDirection direction) |
Copyright © 2016. All rights reserved.