Verwendungen von Klasse
org.deidentifier.arx.io.ImportConfiguration
Packages, die ImportConfiguration verwenden
Package
Beschreibung
This package provides the public API for the ARX anonymization framework.
This package provides basic input/output functionality
-
Verwendungen von ImportConfiguration in org.deidentifier.arx
Methoden in org.deidentifier.arx, die ImportConfiguration zurückgebenModifizierer und TypMethodeBeschreibungprotected ImportConfigurationDataSource.getConfiguration()Returns the configuration. -
Verwendungen von ImportConfiguration in org.deidentifier.arx.gui.view.impl.wizard
Methoden in org.deidentifier.arx.gui.view.impl.wizard, die ImportConfiguration zurückgebenModifizierer und TypMethodeBeschreibungImportWizard.getResult()Returns a reference to DataSourceConfiguration The wizard will built an appropriateImportConfigurationobject once it is about to finishImportWizard.performFinish(). -
Verwendungen von ImportConfiguration in org.deidentifier.arx.gui.worker
Konstruktoren in org.deidentifier.arx.gui.worker mit Parametern vom Typ ImportConfigurationModifiziererKonstruktorBeschreibungWorkerImport(ImportConfiguration config) Creates a new instance. -
Verwendungen von ImportConfiguration in org.deidentifier.arx.io
Unterklassen von ImportConfiguration in org.deidentifier.arx.ioModifizierer und TypKlasseBeschreibungclassConfiguration describing a CSV file.classConfiguration describing an Excel file This is used to describe Excel files.classConfiguration describing a file in general File based configurations should extend this class as the notion of aImportConfigurationFile.fileLocationis common to all of them.classConfiguration describing a JDBC source.Methoden in org.deidentifier.arx.io, die ImportConfiguration zurückgebenModifizierer und TypMethodeBeschreibungImportAdapter.getConfig()Returns the configuration used by the import adapter.Methoden in org.deidentifier.arx.io mit Parametern vom Typ ImportConfigurationModifizierer und TypMethodeBeschreibungstatic ImportAdapterImportAdapter.create(ImportConfiguration config) Factory method This will return an appropriate ImportAdapter for each implemented data sourceImportAdapter.Konstruktoren in org.deidentifier.arx.io mit Parametern vom Typ ImportConfigurationModifiziererKonstruktorBeschreibungprotectedImportAdapter(ImportConfiguration config) Creates a new instance of this object with given configuration.