| Interface | Description |
|---|---|
| CachedIF | Deprecated |
| CmdlineOptions.ListenerIF |
INTERNAL: A listener interface that must be implemented by object
that are interested in options found by the CmdlineOptions
instance.
|
| CollectionFactoryIF |
INTERNAL: Factory that creates collection objects.
|
| DeciderIF<T> | Deprecated
Use
Predicate |
| FilterIF<T> |
INTERNAL: Filters the objects in an iterator.
|
| GrabberIF<O,G> | Deprecated
use
Function |
| LookupIndexIF<K,E> | Deprecated |
| ResourcesDirectoryReader.ResourcesFilterIF | |
| StringifierIF<T> | Deprecated |
| Class | Description |
|---|---|
| AndDecider<T> | Deprecated |
| BeanUtils |
PUBLIC: Utilities for treating objects as beans.
|
| CachedDecider<T> | Deprecated |
| CachedGrabber<O,G> | Deprecated |
| CachedIndex<K,E> | Deprecated |
| CachedStringifier<T> | Deprecated |
| CacheManager | Deprecated |
| ChainedIndex<K,E> | Deprecated |
| CharacterSet |
INTERNAL: Represents a set of Unicode characters, and provides a
method to quickly determine whether or not a particular character
is in the set.
|
| CmdlineOptions |
INTERNAL: A class that parses command line options.
|
| CmdlineUtils |
INTERNAL: Class that contains useful stuff for command line utilities.
|
| CollectionFactory |
INTERNAL: A collection factory that returns non-synchronized standard
java.util collection objects.
|
| CollectionMap<K,V> |
INTERNAL: A map which stores entries containing Collection
values.
|
| CollectionSortedMap<K,V> |
INTERNAL: A sorted map which stores entries containing Collection
values.
|
| CollectionUtils |
INTERNAL: Class that contains useful collection methods.
|
| CompactHashSet<E> |
INTERNAL: Implements the Set interface more compactly than
java.util.HashSet by using a closed hashtable.
|
| CompactIdentityHashSet<E> |
INTERNAL: This class is a specialization of the CompactHashSet
class, and uses the == operator to compare objects.
|
| ContainmentDecider<T> | Deprecated |
| DeciderFilter<T> |
INTERNAL: Filter that filters a collection using a decider.
|
| DeciderIterator<T> | Deprecated |
| DefaultStringifier<T> | Deprecated |
| EncryptedInputStream |
INTERNAL: Input stream for reading in a encrypted input stream (for
example from a file) and giving back the decrypted values.
|
| EncryptedOutputStream | Deprecated |
| EncryptionUtils |
INTERNAL: Utilities for encrypting files.
|
| EqualsDecider<T> | Deprecated |
| FileWatchdog |
INTERNAL: Check every now and then that a certain file has not
changed.
|
| GrabberCollection<O,G> | Deprecated |
| GrabberComparator<T,G> | Deprecated |
| GrabberDecider<T,G> | Deprecated |
| GrabberGrabber<O,G> | Deprecated |
| GrabberIterator<O,G> | Deprecated |
| GrabberMap<O,KG,VG> | Deprecated |
| GrabberStringifier<T,G> |
INTERNAL: Stringifies the object that the grabber
grabs.
|
| IteratorComparator<T> |
INTERNAL: Comparator for Iterators.
|
| IteratorIterator<T> | Deprecated |
| LexicalComparator |
INTERNAL: Comparator that performs a lexical comparison.
|
| LowerCaseGrabber | Deprecated |
| NotDecider<T> | Deprecated |
| NullObject | Deprecated |
| ObjectUtils |
INTERNAL: Class that contains useful methods.
|
| OrDecider | Deprecated |
| PropertyUtils |
INTERNAL: Utility class for handling properties and their values.
|
| QueryProfiler |
INTERNAL: Statistics collector for profiling queries, whether tolog
or SQL.
|
| ReaderInputStream | Deprecated |
| ResourcesDirectoryReader | |
| ResourcesDirectoryReader.FilenameExtensionFilter | |
| SameGrabber<T> | Deprecated |
| ServiceUtils |
Utility to load dynamic services from classpath.
|
| SimpleFileFilter |
INTERNAL:
Description: a simple file filter
|
| StreamUtils |
INTERNAL: Utilities for working with streams and readers.
|
| StringifierComparator<T> | Deprecated |
| StringifierDecider<T> | Deprecated |
| StringifierGrabber<T> | Deprecated |
| StringTemplateUtils |
INTERNAL: Utilities for processing string templates containing
%param% references.
|
| StringUtils |
INTERNAL: Class that contains useful string operation methods.
|
| SubstringGrabber |
INTERNAL: Grabber that grabs a substring from the String object given
to it.
|
| SynchronizedCollectionFactory |
INTERNAL: A collection factory that returns synchronized standard
java.util collection objects.
|
| SynchronizedCompactHashSet<E> |
INTERNAL: Extends CompactHashSet to make it synchronized.
|
| SynchronizedLookupIndex | Deprecated |
| UniqueSet<E> |
INTERNAL:
|
| UpperCaseGrabber | Deprecated |
| URIUtils |
INTERNAL: Utilities for working with URIs.
|
| Exception | Description |
|---|---|
| CmdlineOptions.OptionsException |
INTERNAL: An exception that is thrown when there are problems
with the options specified on the command line.
|
| OntopiaException |
PUBLIC: An exception class that can be used to wrap other
exceptions with.
|
| OntopiaRuntimeException |
PUBLIC: A runtime exception class that can be used to wrap other
exceptions with.
|
| OntopiaUnsupportedException |
INTERNAL: Thrown to indicate that the requested operation is not
supported.
|