All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
| Class |
Description |
| AlreadyExistsException |
Exception indicating that an attempt has been made to createContent something that already
exists, i.e.
|
| AndFilter<T> |
Logical AND of filters
|
| Annot8Component |
Base interface from which all other Annot8 components extend.
|
| Annot8ComponentDescriptor<T extends Annot8Component,S extends Settings> |
Descriptor for an Annot8 component
|
| Annot8Exception |
Base class for all Annot8 exceptions
|
| Annot8RuntimeException |
Base class for all Annot8 runtime exceptions
|
| Annotation |
Base annotation interface from which all other annotations extend.
|
| Annotation.Builder |
Builder interface to createContent (immutable) Annotation classes
|
| AnnotationCapability |
Describes an annotation that is created, processed or deleted
|
| AnnotationReference |
A reference to an annotation.
|
| AnnotationStore |
Base annotations interface from which all other annotation stores extend.
|
| BadConfigurationException |
Exception indicating that an unacceptable configuration has been provided to a component, or
required configuration information is missing.
|
| Bounds |
Base bounds interface from which all other bounds extend.
|
| Capabilities |
Interface for capturing the capabilities of an Annot8 component
|
| Capability |
Marker interface to indicate that something represents a capability
|
| ComponentDescription |
Human readable component description
|
| ComponentName |
Human readable component name, where it differs from the class name
|
| Content<D> |
Base content interface from which all content implementations extend.
|
| Content.Builder<A extends Content<D>,D> |
Builder interface to createContent (immutable) Content classes
|
| ContentCapability |
Describes content that is created, processed or deleted
|
| Context |
A context defines additional information and resources for the environment in which the
components are running.
|
| Description |
Describes a parameter within a settings class.
|
| Filter<T> |
Filter to test to elements against.
|
| Group |
Base annotation interface from which all other annotations extend.
|
| Group.Builder |
Builder interface to createContent (immutable) Group classes
|
| GroupCapability |
Describes a group that is created, processed or deleted
|
| GroupReference |
A reference to a group.
|
| GroupStore |
Base groups interface from which all other group stores extend.
|
| ImmutableProperties |
Base immutable properties interface from which all other immutable properties extend.
|
| ImmutableProperties.Builder |
Builder interface to createContent (immutable) properties classes
|
| IncompleteException |
Exception indicating that a builder has been asked to createContent a new object without having
been given all the required information
|
| InvalidBoundsException |
Runtime exception indicating that an attempt to either createContent or use an invalid Bounds
object has been performed.
|
| Item |
Item interface used by components.
|
| ItemFactory |
Factory to createContent new items.
|
| MutableProperties |
Base mutable properties interface from which all other mutable properties extend.
|
| NoOpOrderer |
|
| NoSettings |
An empty Settings class.
|
| NotFilter<T> |
Logical NOT of filter
|
| OrFilter<T> |
Logical OR of filters
|
| Pipeline |
|
| Pipeline.Builder |
|
| PipelineDescriptor |
Describes a pipeline, which is a collection of ordered sources and processors.
|
| PipelineDescriptor.Builder |
Builder interface for building new pipeline descriptors
|
| PipelineOrderer |
|
| PipelineRunner |
|
| ProcessingException |
Generic exception thrown if there is an error during processing of a document.
|
| Processor |
Base processor interface from which all processors extend.
|
| ProcessorDescriptor<T extends Processor,S extends Settings> |
|
| ProcessorResponse |
Class to hold the response from a processor.
|
| ProcessorResponse.ProcessorResponseBuilder |
|
| ProcessorResponse.Status |
Response status returned by the processor
|
| Properties |
Base properties interface from which all other properties objects/interfaces extend.
|
| Resource |
A resource is an instance use across one or more components.
|
| Settings |
Base settings interface from which all other settings extend.
|
| SettingsClass |
Indicates the settings class used by a component.
|
| Source |
Base processor interface from which all sources extend.
|
| SourceDescriptor<T extends Source,S extends Settings> |
|
| SourceResponse |
Class to hold the response from a source.
|
| SourceResponse.SourceResponseBuilder |
|
| SourceResponse.Status |
Response status returned by the source
|
| UnsupportedContentException |
Exception indicating that the content type is not supported
|
| WithBuild<A> |
Helper interface to indicate that a builder has a build method.
|
| WithDescription |
Helper interface to indicate that a class has a human readable description
|
| WithFilter<T> |
General interface for filtering elements to find matches.
|
| WithFromBuilder<E,A> |
Helper interface to indicate that a builder can createContent an object based off an existing
object of the same type
|
| WithGroups |
Helper interface to indicate that a class supports GroupStore
|
| WithId |
Helper interface to indicate that a class has an ID
|
| WithIdBuilder<A> |
Helper interface to indicate that a builder should assign a provided ID to an object
|
| WithMutableProperties |
|
| WithName |
Helper interface to indicate that a class has an name
|
| WithNewIdBuilder<A> |
Helper interface to indicate that a builder should assign a new ID to an object
|
| WithProperties |
Helper interface to indicate that a class supports ImmutableProperties
|
| WithPropertiesBuilder<A> |
Helper interface to indicate that a builder should processor adding properties to an object
|
| WithSave<A> |
Helper interface to indicate that a builder has a save method.
|
| WithType |
Helper interface to indicate that a class has a type
|
| WithTypeBuilder<A> |
Helper interface to indicate that a builder should processor setting a type on an object
|