Package | Description |
---|---|
org.deidentifier.arx |
This package provides the public API for the ARX anonymization framework.
|
org.deidentifier.arx.certificate |
A package implementing certificate creation
|
org.deidentifier.arx.gui.model | |
org.deidentifier.arx.gui.view.impl.wizard | |
org.deidentifier.arx.gui.worker | |
org.deidentifier.arx.io |
This package provides basic input/output functionality
|
Class and Description |
---|
CSVOptions
Additional options for reading/writing CSV files
|
CSVSyntax
Syntax for a CSV file.
|
Class and Description |
---|
CSVSyntax
Syntax for a CSV file.
|
Class and Description |
---|
CSVSyntax
Syntax for a CSV file.
|
Class and Description |
---|
ImportColumn
Represents a single data column
This represents a single column that will be imported from.
|
ImportConfiguration
Abstract base configuration
This abstract superclass defines properties that all configurations have
in common, i.e. a notion of columns, which can be added and retrieved.
|
Class and Description |
---|
CSVSyntax
Syntax for a CSV file.
|
ImportConfiguration
Abstract base configuration
This abstract superclass defines properties that all configurations have
in common, i.e. a notion of columns, which can be added and retrieved.
|
Class and Description |
---|
CSVOptions
Additional options for reading/writing CSV files
|
CSVSyntax
Syntax for a CSV file.
|
IImportColumnIndexed
Interface to be implemented when columns can be referred to by an index.
|
ImportAdapter
Base adapter for all data sources
This defines properties and methods that all data source import adapters have
in common.
|
ImportColumn
Represents a single data column
This represents a single column that will be imported from.
|
ImportColumnIndexed
Superclass for column types that are only referred to by an index.
|
ImportConfiguration
Abstract base configuration
This abstract superclass defines properties that all configurations have
in common, i.e. a notion of columns, which can be added and retrieved.
|
ImportConfigurationExcel.ExcelFileTypes
Valid file types for Excel files
XLS is the "old" Excel file type, XLSX is the "new" Excel file type.
|
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. |