Package | Description |
---|---|
org.deidentifier.arx.gui.view.impl.wizard | |
org.deidentifier.arx.gui.worker | |
org.deidentifier.arx.io |
This package provides basic input/output functionality
|
Modifier and Type | Method and Description |
---|---|
ImportConfiguration |
ImportWizard.getResult()
Returns a reference to DataSourceConfiguration
The wizard will built an appropriate
ImportConfiguration object once it
is about to finish ImportWizard.performFinish() . |
Constructor and Description |
---|
WorkerImport(ImportConfiguration config)
Creates a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
ImportConfigurationCSV
Configuration describing a CSV file.
|
class |
ImportConfigurationExcel
Configuration describing an Excel file
This is used to describe Excel files.
|
class |
ImportConfigurationFile
Configuration describing a file in general
File based configurations should extend this class as the notion of a
ImportConfigurationFile.fileLocation is common to all of them. |
class |
ImportConfigurationJDBC
Configuration describing a JDBC source.
|
Modifier and Type | Method and Description |
---|---|
ImportConfiguration |
ImportAdapter.getConfig()
Returns the configuration used by the import adapter.
|
Modifier and Type | Method and Description |
---|---|
static ImportAdapter |
ImportAdapter.create(ImportConfiguration config)
Factory method
This will return an appropriate ImportAdapter for each implemented data
source
ImportAdapter . |