Package de.fu_berlin.ties

This package bundles main entry points and general interfaces and classes for the TIE software.

See:
          Description

Interface Summary
Closeable Classes implementing this interface announce that they should be closed for releasing all resources and stopping any background activity.
Processor Interface for a processor that operates on an input argument.
 

Class Summary
CollectingProcessor Abstract base clase for a Processor that collects all the input arguments and processes the collected arguments when shutting down.
ConfigurableProcessor An abstract processor that just stores a configuration.
ContextMap A map used to store context-specific key/value pairs in the processing architecture.
DirectoryProcessor Abstract base class for a Processor that operates on the contents of directories.
DocumentProcessor Abstract base class for a Processor that operates on XML documents.
DocumentReader Abstract base class for a Processor that read XML documents.
Main A static class that provides a main external entry point to TIE.
TextProcessor Abstract base class for a Processor that operates on text documents.
TiesConfiguration A composite configuration that allows to localize of keys and to querying types and descriptions of entries.
 

Exception Summary
ParsingException Exception thrown when an input cannot be parsed, typically because it contains uncorrectable errors.
ProcessingException Exception thrown when an error occurs during processing.
 

Package de.fu_berlin.ties Description

This package bundles main entry points and general interfaces and classes for the TIE software.



Copyright © 2003-2004 Christian Siefkes. All Rights Reserved.