Modifier and Type | Method and Description |
---|---|
protected void |
ConceptualSchemaTransformer.doTypeTransformation(TypeTransformationFactory transformation,
Cell typeCell,
InstanceCollection source,
InstanceSink target,
Alignment alignment,
EngineManager engines,
PropertyTransformer transformer,
TransformationContext context,
TransformationReporter reporter,
ProgressIndicator progressIndicator)
Execute a type transformation based on single type cell
|
TransformationReport |
ConceptualSchemaTransformer.transform(Alignment alignment,
InstanceCollection source,
InstanceSink target,
ServiceProvider serviceProvider,
ProgressIndicator progressIndicator) |
Modifier and Type | Method and Description |
---|---|
protected IOReport |
CastorAlignmentReader.execute(ProgressIndicator progress,
IOReporter reporter) |
protected IOReport |
CastorAlignmentWriter.execute(ProgressIndicator progress,
IOReporter reporter) |
protected IOReport |
JaxbBaseAlignmentReader.execute(ProgressIndicator progress,
IOReporter reporter) |
protected IOReport |
JaxbAlignmentReader.execute(ProgressIndicator progress,
IOReporter reporter) |
protected IOReport |
JaxbAlignmentWriter.execute(ProgressIndicator progress,
IOReporter reporter) |
Modifier and Type | Method and Description |
---|---|
TransformationReport |
TransformationService.transform(Alignment alignment,
InstanceCollection source,
InstanceSink target,
ServiceProvider serviceProvider,
ProgressIndicator progressIndicator)
Transform a set of source instances according to the given alignment.
|
Modifier and Type | Class and Description |
---|---|
class |
ProgressMonitorIndicator
Progress indicator using an
IProgressMonitor |
Modifier and Type | Method and Description |
---|---|
IOReport |
IOProvider.execute(ProgressIndicator progress)
Execute the I/O provider.
|
Modifier and Type | Class and Description |
---|---|
class |
LogProgressIndicator
Progress indicator that writes to the console
|
class |
NullProgressIndicator
Dummy progress indicator ignoring everything you tell him.
|
class |
ProgressIndicatorDecorator
Progress indicator decorator
|
class |
SubtaskProgressIndicator
Progress indicator with support for a subtask name.
|
Modifier and Type | Method and Description |
---|---|
IOReport |
AbstractImportProvider.execute(ProgressIndicator progress) |
IOReport |
AbstractIOProvider.execute(ProgressIndicator progress) |
protected abstract IOReport |
AbstractIOProvider.execute(ProgressIndicator progress,
IOReporter reporter)
Execute the I/O provider.
|
Constructor and Description |
---|
ProgressIndicatorDecorator(ProgressIndicator decoratee)
Create a progress indicator decorator
|
SubtaskProgressIndicator(ProgressIndicator decoratee)
Create a progress indicator with support for a subtask name.
|
Modifier and Type | Method and Description |
---|---|
protected IOReport |
DefaultProjectReader.execute(ProgressIndicator progress,
IOReporter reporter) |
protected IOReport |
ArchiveProjectReader.execute(ProgressIndicator progress,
IOReporter reporter) |
protected IOReport |
ArchiveProjectImport.execute(ProgressIndicator progress,
IOReporter reporter) |
protected IOReport |
DefaultProjectWriter.execute(ProgressIndicator progress,
IOReporter reporter) |
protected IOReport |
ArchiveProjectWriter.execute(ProgressIndicator progress,
IOReporter reporter) |
Modifier and Type | Method and Description |
---|---|
static void |
HeadlessIO.executeProvider(IOProvider provider,
IOAdvisor advisor,
ProgressIndicator progress,
ReportHandler reportHandler)
Execute the given I/O provider with the given I/O advisor.
|
Modifier and Type | Method and Description |
---|---|
protected IOReport |
INSPIRECodeListReader.execute(ProgressIndicator progress,
IOReporter reporter) |
Modifier and Type | Method and Description |
---|---|
protected IOReport |
XmlCodeListReader.execute(ProgressIndicator progress,
IOReporter reporter) |
Modifier and Type | Method and Description |
---|---|
protected IOReport |
CSVSchemaReader.execute(ProgressIndicator progress,
IOReporter reporter) |
protected IOReport |
CSVInstanceReader.execute(ProgressIndicator progress,
IOReporter reporter) |
protected IOReport |
CSVLookupReader.execute(ProgressIndicator progress,
IOReporter reporter) |
Modifier and Type | Method and Description |
---|---|
protected IOReport |
AbstractAlignmentMappingExport.execute(ProgressIndicator progress,
IOReporter reporter) |
Modifier and Type | Method and Description |
---|---|
protected IOReport |
CSVAlignmentMappingWriter.execute(ProgressIndicator progress,
IOReporter reporter) |
Modifier and Type | Method and Description |
---|---|
protected IOReport |
StreamGmlReader.execute(ProgressIndicator progress,
IOReporter reporter) |
Modifier and Type | Method and Description |
---|---|
protected IOReport |
StreamGmlWriter.execute(ProgressIndicator progress,
IOReporter reporter) |
void |
StreamGmlWriter.write(InstanceCollection instances,
ProgressIndicator progress,
IOReporter reporter)
Write the given instances.
|
Modifier and Type | Method and Description |
---|---|
protected IOReport |
HtmlMappingExporter.execute(ProgressIndicator progress,
IOReporter reporter) |
Modifier and Type | Method and Description |
---|---|
protected IOReport |
JDBCInstanceWriter.execute(ProgressIndicator progress,
IOReporter reporter) |
protected IOReport |
JDBCSchemaReader.execute(ProgressIndicator progress,
IOReporter reporter) |
Modifier and Type | Method and Description |
---|---|
protected IOReport |
GeoJSONInstanceWriter.execute(ProgressIndicator progress,
IOReporter reporter) |
protected IOReport |
JsonInstanceWriter.execute(ProgressIndicator progress,
IOReporter reporter) |
Modifier and Type | Method and Description |
---|---|
protected IOReport |
OmlReader.execute(ProgressIndicator progress,
IOReporter reporter) |
Modifier and Type | Method and Description |
---|---|
protected IOReport |
ProjectParser.execute(ProgressIndicator progress,
IOReporter reporter) |
Modifier and Type | Method and Description |
---|---|
protected IOReport |
ShapeInstanceReader.execute(ProgressIndicator progress,
IOReporter reporter) |
protected IOReport |
ShapeSchemaReader.execute(ProgressIndicator progress,
IOReporter reporter) |
Modifier and Type | Method and Description |
---|---|
protected IOReport |
XLSAlignmentMappingWriter.execute(ProgressIndicator progress,
IOReporter reporter) |
Modifier and Type | Method and Description |
---|---|
protected IOReport |
XmlInstanceValidator.execute(ProgressIndicator progress,
IOReporter reporter) |
Modifier and Type | Method and Description |
---|---|
protected IOReport |
XmlSchemaReader.execute(ProgressIndicator progress,
IOReporter reporter) |
protected void |
XmlSchemaReader.loadSchema(String schemaLocation,
org.apache.ws.commons.schema.XmlSchema xmlSchema,
Set<String> imports,
ProgressIndicator progress,
boolean mainSchema)
Load the feature types defined by the given schema
|
Constructor and Description |
---|
ProgressURIResolver(org.apache.ws.commons.schema.resolver.URIResolver decoratee,
ProgressIndicator progress)
Create an URI resolver that triggers the given progress indicator
|
Modifier and Type | Method and Description |
---|---|
protected IOReport |
XsltExport.execute(ProgressIndicator progress,
IOReporter reporter) |
Constructor and Description |
---|
XsltGenerator(File workDir,
Alignment alignment,
XmlIndex sourceSchema,
XmlIndex targetSchema,
IOReporter reporter,
ProgressIndicator progress,
XmlElement containerElement,
SourceContextProvider sourceContext,
ProjectInfo projectInfo)
Create a XSLT generator.
|
Modifier and Type | Method and Description |
---|---|
protected IOReport |
DummyProjectReader.execute(ProgressIndicator progress,
IOReporter reporter) |
Modifier and Type | Method and Description |
---|---|
protected IOReport |
SLDStyleReader.execute(ProgressIndicator progress,
IOReporter reporter) |
protected IOReport |
SLDStyleWriter.execute(ProgressIndicator progress,
IOReporter reporter) |
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a