Humboldt Alignment Editor 2.5.0

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

Packages that use Locatable
eu.esdihumboldt.hale.common.core.io.impl   
eu.esdihumboldt.hale.common.core.io.report   
eu.esdihumboldt.hale.common.core.io.report.impl   
eu.esdihumboldt.hale.common.core.io.supplier   
eu.esdihumboldt.hale.common.instance.io   
eu.esdihumboldt.hale.common.instance.io.impl   
eu.esdihumboldt.hale.common.schema.model   
eu.esdihumboldt.hale.common.schema.model.impl   
eu.esdihumboldt.hale.common.schema.model.impl.internal   
eu.esdihumboldt.hale.io.gml.writer.internal   
eu.esdihumboldt.hale.io.xsd.model   
eu.esdihumboldt.hale.io.xsd.reader.internal   
 

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

Classes in eu.esdihumboldt.hale.common.core.io.impl that implement Locatable
static class GZipEnabledExport.GZipOutputSupplier
          Output supplier wrapping the output stream in a GZIPOutputStream
static class GZipEnabledImport.GZipInputSupplier
          Input supplier wrapping the input stream in a GZIPInputStream.
 

Uses of Locatable in eu.esdihumboldt.hale.common.core.io.report
 

Methods in eu.esdihumboldt.hale.common.core.io.report that return Locatable
 Locatable IOReport.getTarget()
          Get the locatable I/O task target
 

Uses of Locatable in eu.esdihumboldt.hale.common.core.io.report.impl
 

Methods in eu.esdihumboldt.hale.common.core.io.report.impl that return Locatable
 Locatable DefaultIOReporter.getTarget()
           
 

Constructors in eu.esdihumboldt.hale.common.core.io.report.impl with parameters of type Locatable
DefaultIOReporter(Locatable target, String taskName, boolean doLog)
          Create an empty I/O report.
 

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

Subinterfaces of Locatable in eu.esdihumboldt.hale.common.core.io.supplier
 interface LocatableInputSupplier<T>
          Locatable InputSupplier providing an URI as location
 interface LocatableOutputSupplier<T>
          Locatable OutputSupplier providing an URI as location
 

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

Uses of Locatable in eu.esdihumboldt.hale.common.instance.io
 

Methods in eu.esdihumboldt.hale.common.instance.io that return types with arguments of type Locatable
 List<? extends Locatable> InstanceWriter.getValidationSchemas()
          Get the schemas needed for validation of the output written using IOProvider.execute(ProgressIndicator), this usually is at least the target schema.
 

Methods in eu.esdihumboldt.hale.common.instance.io with parameters of type Locatable
 void InstanceValidator.setSchemas(Locatable... schemas)
          Set the schemas to be used for validation.
 

Uses of Locatable in eu.esdihumboldt.hale.common.instance.io.impl
 

Methods in eu.esdihumboldt.hale.common.instance.io.impl that return Locatable
protected  Locatable[] AbstractInstanceValidator.getSchemas()
           
 

Methods in eu.esdihumboldt.hale.common.instance.io.impl that return types with arguments of type Locatable
 List<? extends Locatable> AbstractInstanceWriter.getValidationSchemas()
          Returns the target schema; override to return another set of schemas
 

Methods in eu.esdihumboldt.hale.common.instance.io.impl with parameters of type Locatable
 void AbstractInstanceValidator.setSchemas(Locatable... schemas)
           
 

Uses of Locatable in eu.esdihumboldt.hale.common.schema.model
 

Subinterfaces of Locatable in eu.esdihumboldt.hale.common.schema.model
 interface ChildDefinition<C>
          Definition of a property or property group
 interface Definition<C>
          Common interface for type and property definitions
 interface GroupPropertyDefinition
          Defines a group property
 interface PropertyDefinition
          Represents a property definition
 interface Schema
          A schema is a set of type definitions originating from the same source.
 interface TypeDefinition
          Represents a type definition
 

Uses of Locatable in eu.esdihumboldt.hale.common.schema.model.impl
 

Classes in eu.esdihumboldt.hale.common.schema.model.impl that implement Locatable
 class AbstractChildDefinition<C>
          Abstract child definition implementation
 class AbstractDefinition<C>
          Basic definition implementation to be subclassed
 class AbstractGroupPropertyDecorator
          Abstract decorator for GroupPropertyDefinitions
 class AbstractPropertyDecorator
          Abstract decorator for PropertyDefinitions
 class DefaultGroupPropertyDefinition
          Default GroupPropertyDefinition implementation
 class DefaultPropertyDefinition
          Default PropertyDefinition implementation
 class DefaultSchema
          Default Schema implemenation
 class DefaultTypeDefinition
          Default TypeDefinition implementation.
 

Uses of Locatable in eu.esdihumboldt.hale.common.schema.model.impl.internal
 

Classes in eu.esdihumboldt.hale.common.schema.model.impl.internal that implement Locatable
 class ConstraintOverrideGroupProperty
          Decorator for GroupPropertyDefinitions that overrides given constraints.
 class ConstraintOverrideProperty
          Decorator for PropertyDefinitions that overrides given constraints.
 class RedeclareGroupProperty
          Decorator for GroupPropertyDefinitions that has a changed declaring group.
 class RedeclareProperty
          Decorator for PropertyDefinitions that has a changed parent type
 class ReparentGroupProperty
          Decorator for GroupPropertyDefinitions that has a changed parent type
 class ReparentProperty
          Decorator for PropertyDefinitions that has a changed parent type
 

Uses of Locatable in eu.esdihumboldt.hale.io.gml.writer.internal
 

Classes in eu.esdihumboldt.hale.io.gml.writer.internal that implement Locatable
 class SchemaDecorator
          Schema decorator.
 

Uses of Locatable in eu.esdihumboldt.hale.io.xsd.model
 

Classes in eu.esdihumboldt.hale.io.xsd.model that implement Locatable
 class XmlAttribute
          Represents a XML schema attribute
 class XmlElement
          Represents a XML schema element
 class XmlIndex
          XML schema used during schema parsing, manages XmlTypeDefinitions
 

Uses of Locatable in eu.esdihumboldt.hale.io.xsd.reader.internal
 

Classes in eu.esdihumboldt.hale.io.xsd.reader.internal that implement Locatable
 class AnonymousXmlType
          An anonymous XML type
 class LazyGroupPropertyDefinition
          Lazy property group definition
 class LazyPropertyDefinition
          XML property definition that doesn't know its property type on construction time.
 class SubstitutionGroupProperty
          Group property that resolves all possible substitutions for a property and offers them as a choice.
 class SubstitutionProperty
          Property that represents a substitution in an XML element substitution group.
 class XmlAttributeGroupReferenceProperty
          Group property referencing a XML attribute group
 class XmlAttributeReferenceProperty
          Property referencing a XML attribute
 class XmlElementReferenceProperty
          Property referencing a XML element
 class XmlGroupReferenceProperty
          Group property referencing a XML group
 class XmlTypeDefinition
          XML type definition
 


Humboldt Alignment Editor 2.5.0

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