|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IOReporter in eu.esdihumboldt.hale.common.align.io.impl |
---|
Methods in eu.esdihumboldt.hale.common.align.io.impl with parameters of type IOReporter | |
---|---|
protected IOReport |
DefaultAlignmentWriter.execute(ProgressIndicator progress,
IOReporter reporter)
|
protected IOReport |
DefaultAlignmentReader.execute(ProgressIndicator progress,
IOReporter reporter)
|
static MutableAlignment |
DefaultAlignmentIO.load(InputStream in,
IOReporter reporter,
TypeIndex sourceTypes,
TypeIndex targetTypes)
Load a default alignment from an input stream. |
Uses of IOReporter in eu.esdihumboldt.hale.common.align.io.impl.internal |
---|
Methods in eu.esdihumboldt.hale.common.align.io.impl.internal with parameters of type IOReporter | |
---|---|
MutableAlignment |
AlignmentBean.createAlignment(IOReporter reporter,
TypeIndex sourceTypes,
TypeIndex targetTypes)
Create an alignment from the information in the bean |
MutableCell |
CellBean.createCell(IOReporter reporter,
TypeIndex sourceTypes,
TypeIndex targetTypes)
Create a cell based on the information in the cell bean if possible. |
Uses of IOReporter in eu.esdihumboldt.hale.common.core.io |
---|
Methods in eu.esdihumboldt.hale.common.core.io that return IOReporter | |
---|---|
IOReporter |
IOProvider.createReporter()
Create a reporter configured for the execution of this I/O provider. |
Uses of IOReporter in eu.esdihumboldt.hale.common.core.io.impl |
---|
Methods in eu.esdihumboldt.hale.common.core.io.impl that return IOReporter | |
---|---|
IOReporter |
AbstractImportProvider.createReporter()
|
IOReporter |
AbstractExportProvider.createReporter()
|
Methods in eu.esdihumboldt.hale.common.core.io.impl with parameters of type IOReporter | |
---|---|
protected abstract IOReport |
AbstractIOProvider.execute(ProgressIndicator progress,
IOReporter reporter)
Execute the I/O provider. |
Uses of IOReporter in eu.esdihumboldt.hale.common.core.io.project.impl |
---|
Methods in eu.esdihumboldt.hale.common.core.io.project.impl with parameters of type IOReporter | |
---|---|
protected IOReport |
DefaultProjectReader.execute(ProgressIndicator progress,
IOReporter reporter)
|
protected IOReport |
ArchiveProjectReader.execute(ProgressIndicator progress,
IOReporter reporter)
|
protected IOReport |
DefaultProjectWriter.execute(ProgressIndicator progress,
IOReporter reporter)
|
protected IOReport |
ArchiveProjectWriter.execute(ProgressIndicator progress,
IOReporter reporter)
|
Uses of IOReporter in eu.esdihumboldt.hale.common.core.io.project.util |
---|
Methods in eu.esdihumboldt.hale.common.core.io.project.util with parameters of type IOReporter | |
---|---|
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. |
Uses of IOReporter in eu.esdihumboldt.hale.common.core.io.report.impl |
---|
Classes in eu.esdihumboldt.hale.common.core.io.report.impl that implement IOReporter | |
---|---|
class |
DefaultIOReporter
Default I/O report implementation |
Methods in eu.esdihumboldt.hale.common.core.io.report.impl that return IOReporter | |
---|---|
protected IOReporter |
IOReportImplDefinition.createReport(Properties props)
|
Methods in eu.esdihumboldt.hale.common.core.io.report.impl with parameters of type IOReporter | |
---|---|
protected IOReport |
IOReportImplDefinition.configureReport(IOReporter reporter,
Properties props)
|
Uses of IOReporter in eu.esdihumboldt.hale.io.codelist.xml.reader |
---|
Methods in eu.esdihumboldt.hale.io.codelist.xml.reader with parameters of type IOReporter | |
---|---|
protected IOReport |
XmlCodeListReader.execute(ProgressIndicator progress,
IOReporter reporter)
|
Uses of IOReporter in eu.esdihumboldt.hale.io.csv.reader.internal |
---|
Methods in eu.esdihumboldt.hale.io.csv.reader.internal with parameters of type IOReporter | |
---|---|
protected IOReport |
CSVSchemaReader.execute(ProgressIndicator progress,
IOReporter reporter)
|
protected IOReport |
CSVInstanceReader.execute(ProgressIndicator progress,
IOReporter reporter)
|
Uses of IOReporter in eu.esdihumboldt.hale.io.gml.reader.internal |
---|
Methods in eu.esdihumboldt.hale.io.gml.reader.internal with parameters of type IOReporter | |
---|---|
protected IOReport |
StreamGmlReader.execute(ProgressIndicator progress,
IOReporter reporter)
|
Uses of IOReporter in eu.esdihumboldt.hale.io.gml.writer |
---|
Methods in eu.esdihumboldt.hale.io.gml.writer with parameters of type IOReporter | |
---|---|
protected XmlElement |
CityGMLInstanceWriter.findDefaultContainter(XmlIndex targetIndex,
IOReporter reporter)
|
Uses of IOReporter in eu.esdihumboldt.hale.io.gml.writer.internal |
---|
Methods in eu.esdihumboldt.hale.io.gml.writer.internal with parameters of type IOReporter | |
---|---|
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. |
Uses of IOReporter in eu.esdihumboldt.hale.io.html |
---|
Methods in eu.esdihumboldt.hale.io.html with parameters of type IOReporter | |
---|---|
protected IOReport |
HtmlMappingExporter.execute(ProgressIndicator progress,
IOReporter reporter)
|
Uses of IOReporter in eu.esdihumboldt.hale.io.oml |
---|
Methods in eu.esdihumboldt.hale.io.oml with parameters of type IOReporter | |
---|---|
protected IOReport |
OmlReader.execute(ProgressIndicator progress,
IOReporter reporter)
|
Uses of IOReporter in eu.esdihumboldt.hale.io.oml.helper |
---|
Uses of IOReporter in eu.esdihumboldt.hale.io.project.jaxb.reader |
---|
Methods in eu.esdihumboldt.hale.io.project.jaxb.reader with parameters of type IOReporter | |
---|---|
protected IOReport |
ProjectParser.execute(ProgressIndicator progress,
IOReporter reporter)
|
Uses of IOReporter in eu.esdihumboldt.hale.io.shp.reader.internal |
---|
Methods in eu.esdihumboldt.hale.io.shp.reader.internal with parameters of type IOReporter | |
---|---|
protected IOReport |
ShapeInstanceReader.execute(ProgressIndicator progress,
IOReporter reporter)
|
protected IOReport |
ShapeSchemaReader.execute(ProgressIndicator progress,
IOReporter reporter)
|
Uses of IOReporter in eu.esdihumboldt.hale.io.xml.validator |
---|
Methods in eu.esdihumboldt.hale.io.xml.validator that return IOReporter | |
---|---|
IOReporter |
XmlInstanceValidator.createReporter()
|
Methods in eu.esdihumboldt.hale.io.xml.validator with parameters of type IOReporter | |
---|---|
protected IOReport |
XmlInstanceValidator.execute(ProgressIndicator progress,
IOReporter reporter)
|
Uses of IOReporter in eu.esdihumboldt.hale.io.xsd.reader |
---|
Methods in eu.esdihumboldt.hale.io.xsd.reader with parameters of type IOReporter | |
---|---|
protected IOReport |
XmlSchemaReader.execute(ProgressIndicator progress,
IOReporter reporter)
|
Uses of IOReporter in eu.esdihumboldt.hale.io.xsd.reader.internal |
---|
Methods in eu.esdihumboldt.hale.io.xsd.reader.internal with parameters of type IOReporter | |
---|---|
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 . |
Uses of IOReporter in eu.esdihumboldt.hale.ui.io |
---|
Methods in eu.esdihumboldt.hale.ui.io with parameters of type IOReporter | |
---|---|
protected IOReport |
IOWizard.execute(IOProvider provider,
IOReporter defaultReporter)
Execute the given provider |
Uses of IOReporter in eu.esdihumboldt.hale.ui.style.io.impl |
---|
Methods in eu.esdihumboldt.hale.ui.style.io.impl with parameters of type IOReporter | |
---|---|
protected IOReport |
SLDStyleReader.execute(ProgressIndicator progress,
IOReporter reporter)
|
protected IOReport |
SLDStyleWriter.execute(ProgressIndicator progress,
IOReporter reporter)
|
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |