|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ImportProvider in eu.esdihumboldt.hale.common.align.io |
---|
Subinterfaces of ImportProvider in eu.esdihumboldt.hale.common.align.io | |
---|---|
interface |
AlignmentReader
Provides support for reading an alignment |
Uses of ImportProvider in eu.esdihumboldt.hale.common.align.io.impl |
---|
Classes in eu.esdihumboldt.hale.common.align.io.impl that implement ImportProvider | |
---|---|
class |
AbstractAlignmentReader
Abstract alignment reader implementation |
class |
DefaultAlignmentReader
HALE alignment reader |
Uses of ImportProvider in eu.esdihumboldt.hale.common.codelist.io |
---|
Subinterfaces of ImportProvider in eu.esdihumboldt.hale.common.codelist.io | |
---|---|
interface |
CodeListReader
Reads a code list |
Uses of ImportProvider in eu.esdihumboldt.hale.common.core.io |
---|
Methods in eu.esdihumboldt.hale.common.core.io with type parameters of type ImportProvider | ||
---|---|---|
static
|
HaleIO.findImportProvider(Class<T> type,
InputStream in)
Automatically find an import provider to load a resource that is available through an input stream that can only be read once. |
Uses of ImportProvider in eu.esdihumboldt.hale.common.core.io.impl |
---|
Classes in eu.esdihumboldt.hale.common.core.io.impl that implement ImportProvider | |
---|---|
class |
AbstractImportProvider
Abstract ImportProvider implementation |
class |
GZipEnabledImport
Import provider that supports GZiped input based on the content type. |
Uses of ImportProvider in eu.esdihumboldt.hale.common.core.io.project |
---|
Subinterfaces of ImportProvider in eu.esdihumboldt.hale.common.core.io.project | |
---|---|
interface |
ProjectReader
Provides support for loading projects |
Uses of ImportProvider in eu.esdihumboldt.hale.common.core.io.project.impl |
---|
Classes in eu.esdihumboldt.hale.common.core.io.project.impl that implement ImportProvider | |
---|---|
class |
AbstractProjectReader
Abstract project reader with information on project and projectfiles |
class |
ArchiveProjectReader
Load project from a zip-archive (created by ArchiveProjectWriter ) |
class |
DefaultProjectReader
Reads a project file |
class |
XMLProjectReader
Reads projects from XML files |
class |
ZipProjectReader
Reads archived projects |
Uses of ImportProvider in eu.esdihumboldt.hale.common.instance.io |
---|
Subinterfaces of ImportProvider in eu.esdihumboldt.hale.common.instance.io | |
---|---|
interface |
InstanceReader
Provides support for reading instances |
interface |
InstanceValidator
Provides support for validating instances |
Uses of ImportProvider in eu.esdihumboldt.hale.common.instance.io.impl |
---|
Classes in eu.esdihumboldt.hale.common.instance.io.impl that implement ImportProvider | |
---|---|
class |
AbstractInstanceReader
Abstract InstanceReader base implementation |
class |
AbstractInstanceValidator
Abstract InstanceValidator base implementation |
Uses of ImportProvider in eu.esdihumboldt.hale.common.schema.io |
---|
Subinterfaces of ImportProvider in eu.esdihumboldt.hale.common.schema.io | |
---|---|
interface |
SchemaReader
Provides support for reading schemas |
Uses of ImportProvider in eu.esdihumboldt.hale.common.schema.io.impl |
---|
Classes in eu.esdihumboldt.hale.common.schema.io.impl that implement ImportProvider | |
---|---|
class |
AbstractSchemaReader
Base implementation for SchemaReader s |
Uses of ImportProvider in eu.esdihumboldt.hale.io.codelist.xml.reader |
---|
Classes in eu.esdihumboldt.hale.io.codelist.xml.reader that implement ImportProvider | |
---|---|
class |
XmlCodeListReader
Reads a code list based on XML |
Uses of ImportProvider in eu.esdihumboldt.hale.io.csv.reader.internal |
---|
Classes in eu.esdihumboldt.hale.io.csv.reader.internal that implement ImportProvider | |
---|---|
class |
CSVInstanceReader
Reads instances from a CSVfile |
class |
CSVSchemaReader
Reads a schema from a CSV file. |
Methods in eu.esdihumboldt.hale.io.csv.reader.internal with parameters of type ImportProvider | |
---|---|
static char |
CSVUtil.getEscape(ImportProvider provider)
Getter for the escape sign |
static char |
CSVUtil.getQuote(ImportProvider provider)
Getter for the quote sign |
static char |
CSVUtil.getSep(ImportProvider provider)
Getter for the separating sign |
static au.com.bytecode.opencsv.CSVReader |
CSVUtil.readFirst(ImportProvider provider)
Reads only the first line of a given CSV file |
Uses of ImportProvider in eu.esdihumboldt.hale.io.csv.ui |
---|
Methods in eu.esdihumboldt.hale.io.csv.ui with parameters of type ImportProvider | |
---|---|
boolean |
ReadConfigurationPage.updateConfiguration(ImportProvider provider)
|
Uses of ImportProvider in eu.esdihumboldt.hale.io.gml.reader.internal |
---|
Classes in eu.esdihumboldt.hale.io.gml.reader.internal that implement ImportProvider | |
---|---|
class |
GmlInstanceReader
Factory for XML instance readers |
class |
StreamGmlReader
Reads XML/GML from a stream |
class |
XmlInstanceReader
Factory for XML instance readers |
Uses of ImportProvider in eu.esdihumboldt.hale.io.gml.ui.wfs |
---|
Classes in eu.esdihumboldt.hale.io.gml.ui.wfs with type parameters of type ImportProvider | |
---|---|
class |
AbstractWFSSource<P extends ImportProvider>
Abstract base implementation for import sources based on WFS |
class |
WFSDescribeFeatureSource<P extends ImportProvider>
Import source based on WFS DescribeFeatureType requests. |
class |
WFSGetFeatureSource<P extends ImportProvider>
Import source based on WFS GetFeature requests. |
Uses of ImportProvider in eu.esdihumboldt.hale.io.oml |
---|
Classes in eu.esdihumboldt.hale.io.oml that implement ImportProvider | |
---|---|
class |
OmlReader
This class reads the OML Document into Java Object. |
Uses of ImportProvider in eu.esdihumboldt.hale.io.project.jaxb.reader |
---|
Classes in eu.esdihumboldt.hale.io.project.jaxb.reader that implement ImportProvider | |
---|---|
class |
ProjectParser
The project parser reads a given project XML file and populates a Project instance accordingly. |
Uses of ImportProvider in eu.esdihumboldt.hale.io.shp.reader.internal |
---|
Classes in eu.esdihumboldt.hale.io.shp.reader.internal that implement ImportProvider | |
---|---|
class |
ShapeInstanceReader
Reads instances from a shapefile. |
class |
ShapeSchemaReader
Reads a schema from a shapefile. |
Uses of ImportProvider in eu.esdihumboldt.hale.io.xml.validator |
---|
Classes in eu.esdihumboldt.hale.io.xml.validator that implement ImportProvider | |
---|---|
class |
XmlInstanceValidator
Validates XML |
Uses of ImportProvider in eu.esdihumboldt.hale.io.xsd.reader |
---|
Classes in eu.esdihumboldt.hale.io.xsd.reader that implement ImportProvider | |
---|---|
class |
XmlSchemaReader
The main functionality of this class is to load an XML schema file (XSD) and create a schema with TypeDefinition s. |
Uses of ImportProvider in eu.esdihumboldt.hale.ui.io |
---|
Classes in eu.esdihumboldt.hale.ui.io with type parameters of type ImportProvider | |
---|---|
class |
ImportSelectSourcePage<P extends ImportProvider,W extends ImportWizard<P>>
Wizard page that allows selecting a source file or provider |
interface |
ImportSource<P extends ImportProvider>
Import source for an ImportWizard |
static interface |
ImportSource.SourceConfiguration<P extends ImportProvider>
Configuration based on an import source. |
class |
ImportWizard<P extends ImportProvider>
Abstract import wizard |
Uses of ImportProvider in eu.esdihumboldt.hale.ui.io.source |
---|
Classes in eu.esdihumboldt.hale.ui.io.source with type parameters of type ImportProvider | |
---|---|
class |
AbstractProviderSource<P extends ImportProvider>
Abstract ImportSource implementation offering provider selection. |
class |
AbstractSource<P extends ImportProvider>
Abstract ImportSource implementation |
class |
FileSource<P extends ImportProvider>
File import source |
class |
URLSource<P extends ImportProvider>
URL import source |
Uses of ImportProvider in eu.esdihumboldt.hale.ui.io.source.internal |
---|
Methods in eu.esdihumboldt.hale.ui.io.source.internal that return types with arguments of type ImportProvider | |
---|---|
Class<? extends ImportProvider> |
ImportSourceFactory.getProviderType()
Get the I/O provider factory type supported by the import source. |
Uses of ImportProvider in eu.esdihumboldt.hale.ui.style.io |
---|
Subinterfaces of ImportProvider in eu.esdihumboldt.hale.ui.style.io | |
---|---|
interface |
StyleReader
Provides support for reading styles. |
Uses of ImportProvider in eu.esdihumboldt.hale.ui.style.io.impl |
---|
Classes in eu.esdihumboldt.hale.ui.style.io.impl that implement ImportProvider | |
---|---|
class |
SLDStyleReader
Read styles from SLD. |
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |