Package | Description |
---|---|
org.polarsys.eplmp.server.importers |
Modifier and Type | Method and Description |
---|---|
Map<PartToImport,List<PartToImport>> |
BomImporterResult.getPartsMap() |
Map<PartToImport,List<PartToImport>> |
BomImporterResult.getPartsMap() |
Map<String,PartToImport> |
PartImporterResult.getPartsToImport() |
Modifier and Type | Method and Description |
---|---|
void |
BomImporterResult.setPartsMap(Map<PartToImport,List<PartToImport>> partsMap) |
void |
BomImporterResult.setPartsMap(Map<PartToImport,List<PartToImport>> partsMap) |
void |
PartImporterResult.setPartsToImport(Map<String,PartToImport> partsToImport) |
Constructor and Description |
---|
BomImporterResult(File importedFile,
List<String> warnings,
List<String> errors,
String stdOutput,
String errorOutput,
Map<PartToImport,List<PartToImport>> partsMap) |
BomImporterResult(File importedFile,
List<String> warnings,
List<String> errors,
String stdOutput,
String errorOutput,
Map<PartToImport,List<PartToImport>> partsMap) |
PartImporterResult(File importedFile,
List<String> warnings,
List<String> errors,
String stdOutput,
String errorOutput,
Map<String,PartToImport> partsToImport) |
Copyright © 2018 DocDoku. All rights reserved.