| Package | Description |
|---|---|
| org.oncoblocks.centromere.core.dataimport.pipeline |
| Modifier and Type | Method and Description |
|---|---|
List<DataType> |
ImportJob.getDataTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataTypeManager.addDataType(DataType dataType)
Adds a data type mapping, overwriting existing ones with the same name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataTypeManager.addDataTypes(Iterable<DataType> dataTypes)
Adds multiple data type mappings at once.
|
void |
ImportJob.setDataTypes(List<DataType> dataTypes) |
| Constructor and Description |
|---|
DataTypeManager(DataType... dataTypes) |
| Constructor and Description |
|---|
DataTypeManager(Iterable<DataType> dataTypes) |
Copyright © 2016. All rights reserved.