Humboldt Alignment Editor 2.5.0

Uses of Interface
eu.esdihumboldt.hale.common.core.io.supplier.LocatableInputSupplier

Packages that use LocatableInputSupplier
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.supplier   
eu.esdihumboldt.hale.common.headless.impl   
eu.esdihumboldt.hale.io.gml.reader.internal   
eu.esdihumboldt.hale.io.gml.ui.wfs   
eu.esdihumboldt.hale.io.shp.reader.internal   
eu.esdihumboldt.hale.ui.io.source   
eu.esdihumboldt.hale.ui.schema.presets   
eu.esdihumboldt.hale.ui.schema.presets.extension   
eu.esdihumboldt.hale.ui.schema.presets.extension.internal   
 

Uses of LocatableInputSupplier in eu.esdihumboldt.hale.common.core.io
 

Methods in eu.esdihumboldt.hale.common.core.io that return LocatableInputSupplier
 LocatableInputSupplier<? extends InputStream> ImportProvider.getSource()
          Get the import source
 

Methods in eu.esdihumboldt.hale.common.core.io with parameters of type LocatableInputSupplier
 void ImportProvider.setSource(LocatableInputSupplier<? extends InputStream> source)
          Set the import source
 

Uses of LocatableInputSupplier in eu.esdihumboldt.hale.common.core.io.impl
 

Classes in eu.esdihumboldt.hale.common.core.io.impl that implement LocatableInputSupplier
static class GZipEnabledImport.GZipInputSupplier
          Input supplier wrapping the input stream in a GZIPInputStream.
 

Methods in eu.esdihumboldt.hale.common.core.io.impl that return LocatableInputSupplier
 LocatableInputSupplier<? extends InputStream> GZipEnabledImport.getSource()
           
 LocatableInputSupplier<? extends InputStream> AbstractImportProvider.getSource()
           
 

Methods in eu.esdihumboldt.hale.common.core.io.impl with parameters of type LocatableInputSupplier
 void AbstractImportProvider.setSource(LocatableInputSupplier<? extends InputStream> source)
           
 

Constructors in eu.esdihumboldt.hale.common.core.io.impl with parameters of type LocatableInputSupplier
GZipEnabledImport.GZipInputSupplier(LocatableInputSupplier<? extends InputStream> source)
          Create a GZiped input supplier.
 

Uses of LocatableInputSupplier in eu.esdihumboldt.hale.common.core.io.project.impl
 

Methods in eu.esdihumboldt.hale.common.core.io.project.impl that return LocatableInputSupplier
 LocatableInputSupplier<? extends InputStream> ArchiveProjectReader.getOriginallySource()
           
 

Uses of LocatableInputSupplier in eu.esdihumboldt.hale.common.core.io.supplier
 

Classes in eu.esdihumboldt.hale.common.core.io.supplier that implement LocatableInputSupplier
 class DefaultInputSupplier
          Default I/O supplier based on an URI
 class FileIOSupplier
          I/O supplier based on a File
 

Methods in eu.esdihumboldt.hale.common.core.io.supplier that return LocatableInputSupplier
 LocatableInputSupplier<? extends InputStream> LookupStreamResource.getInputSupplier()
          Get an input supplier that supplies the underlying stream, which can be fully consumed only once.
 LocatableInputSupplier<? extends InputStream> LookupStreamResource.getLookupSupplier()
          Get an input supplier that supplies streams that may only be read to a certain amount of bytes.
 

Uses of LocatableInputSupplier in eu.esdihumboldt.hale.common.headless.impl
 

Constructors in eu.esdihumboldt.hale.common.headless.impl with parameters of type LocatableInputSupplier
ProjectTransformationEnvironment(String id, LocatableInputSupplier<? extends InputStream> input, ReportHandler reportHandler)
          Create a transformation environment based on a project file.
 

Uses of LocatableInputSupplier in eu.esdihumboldt.hale.io.gml.reader.internal
 

Constructors in eu.esdihumboldt.hale.io.gml.reader.internal with parameters of type LocatableInputSupplier
GmlInstanceCollection(LocatableInputSupplier<? extends InputStream> source, TypeIndex sourceSchema, boolean restrictToFeatures, boolean ignoreRoot, boolean strict, CRSProvider crsProvider)
          Create an XMl/GML instance collection based on the given source.
 

Uses of LocatableInputSupplier in eu.esdihumboldt.hale.io.gml.ui.wfs
 

Methods in eu.esdihumboldt.hale.io.gml.ui.wfs that return LocatableInputSupplier
protected  LocatableInputSupplier<? extends InputStream> AbstractWFSSource.getSource()
           
 

Uses of LocatableInputSupplier in eu.esdihumboldt.hale.io.shp.reader.internal
 

Methods in eu.esdihumboldt.hale.io.shp.reader.internal with parameters of type LocatableInputSupplier
static TypeDefinition ShapeSchemaReader.readShapeType(LocatableInputSupplier<? extends InputStream> source)
          Get the type definition from a Shapefile.
 

Uses of LocatableInputSupplier in eu.esdihumboldt.hale.ui.io.source
 

Methods in eu.esdihumboldt.hale.ui.io.source that return LocatableInputSupplier
protected abstract  LocatableInputSupplier<? extends InputStream> AbstractProviderSource.getSource()
          Get the source to configure the import provider with.
protected  LocatableInputSupplier<? extends InputStream> FileSource.getSource()
           
protected  LocatableInputSupplier<? extends InputStream> URLSource.getSource()
           
 

Uses of LocatableInputSupplier in eu.esdihumboldt.hale.ui.schema.presets
 

Methods in eu.esdihumboldt.hale.ui.schema.presets that return LocatableInputSupplier
protected  LocatableInputSupplier<? extends InputStream> PresetsSource.getSource()
           
 

Uses of LocatableInputSupplier in eu.esdihumboldt.hale.ui.schema.presets.extension
 

Methods in eu.esdihumboldt.hale.ui.schema.presets.extension that return LocatableInputSupplier
 LocatableInputSupplier<? extends InputStream> SchemaPreset.getLocation()
          Get the schema location.
 

Uses of LocatableInputSupplier in eu.esdihumboldt.hale.ui.schema.presets.extension.internal
 

Methods in eu.esdihumboldt.hale.ui.schema.presets.extension.internal that return LocatableInputSupplier
 LocatableInputSupplier<? extends InputStream> PredefinedSchemaImpl.getLocation()
           
 


Humboldt Alignment Editor 2.5.0

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