Humboldt Alignment Editor 2.5.0

Uses of Interface
eu.esdihumboldt.hale.common.core.io.report.IOReporter

Packages that use IOReporter
eu.esdihumboldt.hale.common.align.io.impl   
eu.esdihumboldt.hale.common.align.io.impl.internal   
eu.esdihumboldt.hale.common.core.io   
eu.esdihumboldt.hale.common.core.io.impl   
eu.esdihumboldt.hale.common.core.io.project.impl   
eu.esdihumboldt.hale.common.core.io.project.util   
eu.esdihumboldt.hale.common.core.io.report.impl   
eu.esdihumboldt.hale.io.codelist.xml.reader   
eu.esdihumboldt.hale.io.csv.reader.internal   
eu.esdihumboldt.hale.io.gml.reader.internal   
eu.esdihumboldt.hale.io.gml.writer   
eu.esdihumboldt.hale.io.gml.writer.internal   
eu.esdihumboldt.hale.io.html   
eu.esdihumboldt.hale.io.oml   
eu.esdihumboldt.hale.io.oml.helper   
eu.esdihumboldt.hale.io.project.jaxb.reader   
eu.esdihumboldt.hale.io.shp.reader.internal   
eu.esdihumboldt.hale.io.xml.validator   
eu.esdihumboldt.hale.io.xsd.reader   
eu.esdihumboldt.hale.io.xsd.reader.internal   
eu.esdihumboldt.hale.ui.io   
eu.esdihumboldt.hale.ui.style.io.impl   
 

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
 

Methods in eu.esdihumboldt.hale.io.oml.helper with parameters of type IOReporter
 List<ParameterValue> FormattedStringTranslator.getNewParameters(List<ParameterValue> params, CellBean cellBean, IOReporter reporter, ICell cell)
           
 List<ParameterValue> GeographicalNameTranslator.getNewParameters(List<ParameterValue> params, CellBean cellBean, IOReporter reporter, ICell cell)
           
 List<ParameterValue> MathematicalExpressionTranslator.getNewParameters(List<ParameterValue> params, CellBean cellBean, IOReporter reporter, ICell cell)
           
 List<ParameterValue> ClassificationMappingTranslator.getNewParameters(List<ParameterValue> params, CellBean cellBean, IOReporter reporter, ICell cell)
           
 List<ParameterValue> RenameTranslator.getNewParameters(List<ParameterValue> params, CellBean cellBean, IOReporter reporter, ICell cell)
           
 List<ParameterValue> RetypeTranslator.getNewParameters(List<ParameterValue> params, CellBean cellBean, IOReporter reporter, ICell cell)
           
 List<ParameterValue> CalculateAreaTranslator.getNewParameters(List<ParameterValue> params, CellBean cellBean, IOReporter reporter, ICell cell)
           
 List<ParameterValue> FunctionTranslator.getNewParameters(List<ParameterValue> params, CellBean cellBean, IOReporter reporter, ICell cell)
          Returns the list with the translated parameters
 List<ParameterValue> AssignTranslator.getNewParameters(List<ParameterValue> params, CellBean cellBean, IOReporter reporter, ICell cell)
           
 List<ParameterValue> CalculateLengthTranslator.getNewParameters(List<ParameterValue> params, CellBean cellBean, IOReporter reporter, ICell cell)
           
 List<ParameterValue> IdentifierTranslator.getNewParameters(List<ParameterValue> params, CellBean cellBean, IOReporter reporter, ICell cell)
           
 List<ParameterValue> NetworkExpansionTranslator.getNewParameters(List<ParameterValue> params, CellBean cellBean, IOReporter reporter, ICell cell)
           
 List<ParameterValue> CentroidTranslator.getNewParameters(List<ParameterValue> params, CellBean cellBean, IOReporter reporter, ICell cell)
           
 List<ParameterValue> OrdinatesToPointTranslator.getNewParameters(List<ParameterValue> params, CellBean cellBean, IOReporter reporter, ICell cell)
           
 List<ParameterValue> DateExtractionTranslator.getNewParameters(List<ParameterValue> params, CellBean cellBean, IOReporter reporter, ICell cell)
           
 List<ParameterValue> NotSupportedTranslator.getNewParameters(List<ParameterValue> params, CellBean cellBean, IOReporter reporter, ICell cell)
           
 List<ParameterValue> NilReasonTranslator.getNewParameters(List<ParameterValue> params, CellBean cellBean, IOReporter reporter, ICell cell)
           
 

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

Build 2012-12-03_12-30-59
Revision 9d2dd4b0318cda9f1393b1ddd390f7f792d70a2d