Modifier and Type | Method and Description |
---|---|
static void |
HeadlessIO.executeConfiguration(IOConfiguration conf,
Map<String,IOAdvisor<?>> advisors,
ReportHandler reportHandler,
ServiceProvider serviceProvider)
Execute a single I/O configuration.
|
static void |
HeadlessIO.executeConfigurations(List<IOConfiguration> configurations,
Map<String,IOAdvisor<?>> advisors,
ReportHandler reportHandler,
ServiceProvider serviceProvider)
Execute a set of I/O configurations.
|
static void |
HeadlessIO.executeProvider(IOProvider provider,
IOAdvisor advisor,
ProgressIndicator progress,
ReportHandler reportHandler)
Execute the given I/O provider with the given I/O advisor.
|
Constructor and Description |
---|
HeadlessProjectAdvisor(ReportHandler reportHandler,
ServiceProvider serviceProvider)
Default constructor
|
ProjectTransformationEnvironment(String id,
LocatableInputSupplier<? extends InputStream> input,
ReportHandler reportHandler)
Create a transformation environment based on a project file.
|
Modifier and Type | Class and Description |
---|---|
class |
ReportFile
Represents a report file.
|
Modifier and Type | Method and Description |
---|---|
protected Project |
ProjectReference.loadProjectInfo(File projectFile,
ReportHandler reportHandler)
Load project information.
|
Modifier and Type | Method and Description |
---|---|
static com.google.common.util.concurrent.ListenableFuture<Boolean> |
Transformation.transform(InstanceCollection sources,
LimboInstanceSink targetSink,
ExportJob exportJob,
ValidationJob validationJob,
Alignment alignment,
SchemaSpace sourceSchema,
ReportHandler reportHandler,
ServiceProvider serviceProvider,
Object processId)
Transform the given instances, according to the given alignment.
|
static com.google.common.util.concurrent.ListenableFuture<Boolean> |
Transformation.transform(List<InstanceReader> sources,
InstanceWriter target,
TransformationEnvironment environment,
ReportHandler reportHandler,
Object processId)
Transform the instances provided through the given instance readers and
supply the result to the given instance writer.
|
static com.google.common.util.concurrent.ListenableFuture<Boolean> |
Transformation.transform(List<InstanceReader> sources,
InstanceWriter target,
TransformationEnvironment environment,
ReportHandler reportHandler,
Object processId,
InstanceValidator validator)
Transform the instances provided through the given instance readers and
supply the result to the given instance writer.
|
Constructor and Description |
---|
ExportJob(LimboInstanceSink targetSink,
InstanceWriter writer,
IOAdvisor<InstanceWriter> advisor,
ReportHandler reportHandler)
Create a job for exporting transformed data supplied in the given target
sink.
|
ValidationJob(InstanceValidator validator,
ReportHandler reportHandler)
Create a job for validating transformed instances.
|
Constructor and Description |
---|
StoreInstancesJob(String name,
LocalOrientDB database,
InstanceCollection instances,
ReportHandler reportHandler)
Create a job that stores instances in a database
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultReportHandler
Report handler publishing reports to the
ReportService . |
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a