Modifier and Type | Method and Description |
---|---|
static void |
JaxbAlignmentIO.addBaseAlignment(MutableAlignment alignment,
URI newBase,
URI projectLocation,
TypeIndex sourceTypes,
TypeIndex targetTypes,
IOReporter reporter)
Adds the given base alignment to the given alignment.
|
static void |
CastorAlignmentIO.addBaseAlignment(MutableAlignment alignment,
URI newBase,
URI projectLocation,
TypeIndex sourceTypes,
TypeIndex targetTypes,
IOReporter reporter)
Adds the given base alignment to the given alignment.
|
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) |
static MutableAlignment |
JaxbAlignmentIO.load(InputStream in,
IOReporter reporter,
TypeIndex sourceTypes,
TypeIndex targetTypes,
PathUpdate updater)
Load a default alignment from an input stream.
|
static MutableAlignment |
CastorAlignmentIO.load(InputStream in,
IOReporter reporter,
TypeIndex sourceTypes,
TypeIndex targetTypes,
PathUpdate updater)
Load a default alignment from an input stream.
|
static void |
JaxbAlignmentIO.save(Alignment alignment,
IOReporter reporter,
OutputStream out,
PathUpdate pathUpdate)
Save a default alignment to an output stream.
|
Modifier and Type | Method and Description |
---|---|
static void |
AlignmentBean.addBaseAlignment(MutableAlignment alignment,
URI newBase,
URI projectLocation,
TypeIndex sourceTypes,
TypeIndex targetTypes,
IOReporter reporter)
Adds the given base alignment to the given alignment.
|
static void |
JaxbToAlignment.addBaseAlignment(MutableAlignment alignment,
URI newBase,
URI projectLocation,
TypeIndex sourceTypes,
TypeIndex targetTypes,
IOReporter reporter)
Adds the given base alignment to the given alignment.
|
protected MutableAlignment |
AbstractBaseAlignmentLoader.createAlignment(A start,
TypeIndex sourceTypes,
TypeIndex targetTypes,
PathUpdate updater,
IOReporter reporter)
Creates an alignment from the given alignment representation.
|
MutableAlignment |
AlignmentBean.createAlignment(IOReporter reporter,
TypeIndex sourceTypes,
TypeIndex targetTypes,
PathUpdate updater)
Create an alignment from the information in the bean.
|
protected MutableCell |
AlignmentBean.createCell(CellBean cell,
TypeIndex sourceTypes,
TypeIndex targetTypes,
IOReporter reporter) |
protected MutableCell |
JaxbToAlignment.createCell(CellType cell,
TypeIndex sourceTypes,
TypeIndex targetTypes,
IOReporter reporter) |
protected abstract MutableCell |
AbstractBaseAlignmentLoader.createCell(C cell,
TypeIndex sourceTypes,
TypeIndex targetTypes,
IOReporter reporter)
Create a cell from the given cell representation
|
MutableCell |
CellBean.createCell(IOReporter reporter,
TypeIndex sourceTypes,
TypeIndex targetTypes)
Create a cell based on the information in the cell bean if possible.
|
protected void |
AbstractBaseAlignmentLoader.internalAddBaseAlignment(MutableAlignment alignment,
URI newBase,
URI projectLocation,
TypeIndex sourceTypes,
TypeIndex targetTypes,
IOReporter reporter)
Adds the given base alignment to the given alignment.
|
static AlignmentBean |
AlignmentBean.load(InputStream in,
IOReporter reporter)
Load an AlignmentBean from an input stream.
|
static AlignmentType |
JaxbToAlignment.load(InputStream in,
IOReporter reporter)
Load a
AlignmentType from an input stream. |
protected AlignmentBean |
AlignmentBean.loadAlignment(InputStream in,
IOReporter reporter) |
protected abstract A |
AbstractBaseAlignmentLoader.loadAlignment(InputStream in,
IOReporter reporter)
Load a alignment representation from the given stream.
|
protected AlignmentType |
JaxbToAlignment.loadAlignment(InputStream in,
IOReporter reporter) |
Constructor and Description |
---|
JaxbToAlignment(AlignmentType alignment,
IOReporter reporter,
TypeIndex sourceTypes,
TypeIndex targetTypes,
PathUpdate updater) |
Modifier and Type | Method and Description |
---|---|
IOReporter |
IOProvider.createReporter()
Create a reporter configured for the execution of this I/O provider.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceAdvisor.copyResource(LocatableInputSupplier<? extends InputStream> resource,
java.nio.file.Path target,
org.eclipse.core.runtime.content.IContentType resourceType,
boolean includeRemote,
IOReporter reporter)
Copy a resource to a target location.
|
Modifier and Type | Method and Description |
---|---|
IOReporter |
AbstractImportProvider.createReporter() |
IOReporter |
AbstractExportProvider.createReporter() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultResourceAdvisor.copyResource(LocatableInputSupplier<? extends InputStream> resource,
java.nio.file.Path target,
org.eclipse.core.runtime.content.IContentType resourceType,
boolean includeRemote,
IOReporter reporter) |
protected abstract IOReport |
AbstractIOProvider.execute(ProgressIndicator progress,
IOReporter reporter)
Execute the I/O provider.
|
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 |
XMLSchemaUpdater.update(File resource,
URI oldFile,
boolean includeWebResources,
IOReporter reporter)
Reads the given xml schema (resource) and searches for included and
imported schemas in the file.
|
static void |
XMLAlignmentUpdater.update(File resource,
URI oldFile,
boolean includeWebResources,
IOReporter reporter)
Reads the given alignment (resource) and searches for included base
alignment in the file.
|
static void |
XMLPathUpdater.update(File xmlResource,
URI oldPath,
String locationXPath,
boolean includeWebResources,
IOReporter reporter)
Updates the specified resource file.
The specified file xmlResource , which was originally placed
at oldFile gets updated. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultIOReporter
Default I/O report implementation
|
Modifier and Type | Method and Description |
---|---|
protected IOReporter |
IOReportImplDefinition.createReport(Properties props) |
Modifier and Type | Method and Description |
---|---|
protected IOReport |
IOReportImplDefinition.configureReport(IOReporter reporter,
Properties props) |
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 XmlElement |
CityGMLInstanceWriter.findDefaultContainter(XmlIndex targetIndex,
IOReporter reporter) |
protected XmlElement |
InspireInstanceWriter.findDefaultContainter(XmlIndex targetIndex,
IOReporter reporter) |
protected void |
InspireInstanceWriter.writeAdditionalElements(XMLStreamWriter writer,
TypeDefinition containerDefinition,
IOReporter reporter) |
Modifier and Type | Method and Description |
---|---|
protected IOReport |
StreamGmlWriter.execute(ProgressIndicator progress,
IOReporter reporter) |
protected XmlElement |
StreamGmlWriter.findDefaultContainter(XmlIndex targetIndex,
IOReporter reporter)
Find the default container element.
|
void |
StreamGmlWriter.write(InstanceCollection instances,
ProgressIndicator progress,
IOReporter reporter)
Write the given instances.
|
protected void |
StreamGmlWriter.writeAdditionalElements(XMLStreamWriter writer,
TypeDefinition containerDefinition,
IOReporter reporter)
This method is called after the container element is started and filled
with needed attributes.
|
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) |
boolean |
JacksonMapper.isValidJSON(InputStream in,
IOReporter reporter)
Validates a JSON stream
|
void |
JacksonMapper.streamWriteCollection(LocatableOutputSupplier<? extends OutputStream> out,
InstanceCollection instances,
IOReporter reporter)
Writes a collection of instances into JSON
|
void |
JacksonMapper.streamWriteGeoJSONCollection(LocatableOutputSupplier<? extends OutputStream> out,
InstanceCollection instances,
GeoJSONConfig config,
IOReporter reporter)
Writes a collection of instances as GeoJSON
|
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 |
---|---|
void |
ShapefileAdvisor.copyResource(LocatableInputSupplier<? extends InputStream> resource,
java.nio.file.Path target,
org.eclipse.core.runtime.content.IContentType resourceType,
boolean includeRemote,
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 |
---|---|
IOReporter |
XmlInstanceValidator.createReporter() |
Modifier and Type | Method and Description |
---|---|
protected IOReport |
XmlInstanceValidator.execute(ProgressIndicator progress,
IOReporter reporter) |
Modifier and Type | Method and Description |
---|---|
void |
XMLSchemaResourceAdvisor.copyResource(LocatableInputSupplier<? extends InputStream> resource,
java.nio.file.Path target,
org.eclipse.core.runtime.content.IContentType resourceType,
boolean includeRemote,
IOReporter reporter) |
Modifier and Type | Method and Description |
---|---|
protected IOReport |
XmlSchemaReader.execute(ProgressIndicator progress,
IOReporter reporter) |
Modifier and Type | Method and Description |
---|---|
static void |
XmlTypeUtil.configureSimpleType(XmlTypeDefinition type,
org.apache.ws.commons.schema.XmlSchemaSimpleType simpleType,
XmlIndex index,
IOReporter reporter)
Configure a type definition for a simple type based on the
XmlSchemaSimpleType . |
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 |
IOWizard.execute(IOProvider provider,
IOReporter defaultReporter)
Execute the given provider
|
Modifier and Type | Method and Description |
---|---|
protected IOReport |
SaveConfigurationInstanceExportWizard.execute(IOProvider provider,
IOReporter defaultReporter) |
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