Package net.ontopia.utils
package net.ontopia.utils
Contains utility classes and generic interfaces. The classes
and interfaces in this package are very general and independent from
other packages.
-
ClassDescriptionPUBLIC: Utilities for treating objects as beans.INTERNAL: Represents a set of Unicode characters, and provides a method to quickly determine whether or not a particular character is in the set.INTERNAL: A class that parses command line options.INTERNAL: A listener interface that must be implemented by object that are interested in options found by the CmdlineOptions instance.INTERNAL: An exception that is thrown when there are problems with the options specified on the command line.INTERNAL: Class that contains useful stuff for command line utilities.INTERNAL: A collection factory that returns non-synchronized standard java.util collection objects.INTERNAL: Factory that creates 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.INTERNAL: Class that contains useful collection methods.INTERNAL: Implements the Set interface more compactly than java.util.HashSet by using a closed hashtable.INTERNAL: This class is a specialization of the CompactHashSet class, and uses the == operator to compare objects.INTERNAL: Filter that filters a collection using a decider.INTERNAL: Input stream for reading in a encrypted input stream (for example from a file) and giving back the decrypted values.INTERNAL: Utilities for encrypting files.FilterIF<T>INTERNAL: Filters the objects in an iterator.GrabberStringifier<T,G> INTERNAL: Stringifies the object that the grabber grabs.INTERNAL: Comparator for Iterators.INTERNAL: Comparator that performs a lexical comparison.INTERNAL: Class that contains useful methods.PUBLIC: An exception class that can be used to wrap other exceptions with.PUBLIC: A runtime exception class that can be used to wrap other exceptions with.INTERNAL: Thrown to indicate that the requested operation is not supported.INTERNAL: Utility class for handling properties and their values.INTERNAL: Statistics collector for profiling queries, whether tolog or SQL.Utility to load dynamic services from classpath.INTERNAL: Description: a simple file filterINTERNAL: Utilities for working with streams and readers.INTERNAL: Utilities for processing string templates containing %param% references.INTERNAL: Class that contains useful string operation methods.INTERNAL: A collection factory that returns synchronized standard java.util collection objects.INTERNAL: Extends CompactHashSet to make it synchronized.UniqueSet<E>INTERNAL:INTERNAL: Utilities for working with URIs.