| Package | Description |
|---|---|
| org.squashtest.tm.service.batchimport.excel | |
| org.squashtest.tm.service.internal.batchimport.testcase.excel |
| Modifier and Type | Method and Description |
|---|---|
void |
WorksheetFormatStatus.addMismatch(ColumnMismatch mismatchType,
TemplateColumn colType)
Will store the column mismatch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorksheetFormatStatus.addAllMismatches(Map<ColumnMismatch,Set<TemplateColumn>> columnMismatches)
Will add all given columnMismatches to this.
|
void |
WorksheetFormatStatus.addMismatches(ColumnMismatch mismatchType,
Collection<TemplateColumn> columnsMismatched)
Add mismatches to the worksheed format status.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InstructionBuilder<COL extends Enum<COL> & TemplateColumn,INST extends Instruction<?>>
Generic superclass for instruction builders.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DatasetParamValuesSheetColumn
Enum of the columns which can be found in the datashet worksheet of an import / export workbook.
|
class |
DatasetSheetColumn
Enum of the columns which can be found in the datashet worksheet of an import / export workbook.
|
class |
ParameterSheetColumn
Enumerates columns in the parameters worksheet
|
class |
StepSheetColumn
Describes columns from test step import template.
|
class |
TestCaseSheetColumn
Enumerates columns in the test case worksheet
|
| Modifier and Type | Method and Description |
|---|---|
<E extends TemplateColumn> |
TemplateWorksheet.getColumnTypes() |
<COL extends TemplateColumn> |
WorkbookMetaData.getWorksheetDef(TemplateWorksheet ws) |
| Modifier and Type | Method and Description |
|---|---|
TemplateColumn |
ColumnMismatchException.getColType() |
<E extends TemplateColumn> |
TemplateWorksheet.getColumnTypes() |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.squashtest.tm.service.internal.batchimport.testcase.excel.WorksheetDef<? extends TemplateColumn>> |
WorkbookMetaData.getWorksheetDefs() |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnMismatchException.setColType(TemplateColumn colType) |
| Constructor and Description |
|---|
ColumnMismatchException(ColumnMismatch type,
TemplateColumn colType) |
Copyright © 2010-2015 Henix, henix.fr. All Rights Reserved.