Package com.hp.hpl.jena.util

Contains utility classes used throughout Jena, including a logging package, adapters for standard RDF iterators, an extended map class and a URI helper.

See:
          Description

Interface Summary
LogHandler Interface that encapsulates bare-bones log handling capability.
 

Class Summary
AlternatingLogFileHandler A log file handler which write the log to a number of files in a round robbin fashion.
ConcatenatedIterator An iterator that represents the concatenation of two individual iterators.
ConcatenatedNodeIterator An iterator that represents the concatenation of two individual RDF Node iterators.
FileUtils  
Log Simple logging abstraction for use within the Jena core.
LogFileHandler Basic handler for writing log messages to a log file.
NodeIteratorWrapper A wrapper for NodeIterator that turns it into a standard Java iterator.
OneToManyMap An extension to a standard map that supports one-to-many mappings: that is, there may be zero, one or many values corresponding to a given key.
PlainLogHandler A simple, unadorned output stream.
ResIteratorWrapper A wrapper for ResIterator that turns it into a standard Java iterator.
StatementObjectIterator A wrapper for StmtIterator that projects the object of the statement to form a NodeIterator.
StatementPredicateIterator A wrapper for StmtIterator that projects the predicate of the statement to form a ResIterator (since there isn't currently a PropertyIterator, and Property is a sub-class of Resource).
StatementSubjectIterator A wrapper for StmtIterator that projects the subject of the statement to form a ResIterator.
URIref This class provides methods to encode and decode URI References in accordance with http://www.w3.org/TR/charmod/#sec-URIs .
 

Package com.hp.hpl.jena.util Description

Contains utility classes used throughout Jena, including a logging package, adapters for standard RDF iterators, an extended map class and a URI helper.



Copyright © 2001 Hewlett-Packard. All Rights Reserved.