public class ImportContext extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
contextItems |
protected ImportType |
importType |
| Constructor and Description |
|---|
ImportContext() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getContextItem(String key) |
Map<String,Object> |
getContextItems() |
ImportType |
getImportType() |
Object |
putContextItem(String key,
Object value) |
void |
setContextItems(Map<String,Object> contextItems) |
void |
setImportType(ImportType importType) |
ImportContext |
withContextItems(Map<String,Object> contextItems) |
ImportContext |
withImportType(ImportType type) |
protected ImportType importType
public ImportContext withContextItems(Map<String,Object> contextItems)
public ImportContext withImportType(ImportType type)
public ImportType getImportType()
public void setImportType(ImportType importType)
Copyright © 2020. All rights reserved.