com.hp.hpl.jena.util |
Package documentation for com.hp.hpl.jena.util
Miscellaneous collection of utility classes.
|
Java Source File Name | Type | Comment |
CharEncoding.java | Class | This class provides a number of static methods which interact with
java.nio.charset.Charset to analyze and transform the strings identifing
character encodings.
author: Jeremy J. |
CollectionFactory.java | Class | CollectionFactory - a central place for allocating sets and maps, mostly so that
it's easy to plug in new implementations (eg trove). |
FileManager.java | Class | FileManager
A FileManager provides access to named file-like resources by opening
InputStreams to things in the filing system, by URL (http: and file:) and
found by the classloader. |
FileUtils.java | Class | |
HashUtils.java | Class | |
IteratorCollection.java | Class | |
LocationMapper.java | Class | Alternative locations for URIs. |
Locator.java | Interface | |
LocatorClassLoader.java | Class | |
LocatorFile.java | Class | Location files in the filing system. |
LocatorURL.java | Class | |
LocatorZip.java | Class | |
ModelLoader.java | Class | |
ModelQueryUtil.java | Class | A utility for using the graph query interface from a Model. |
MonitorGraph.java | Class | Graph wrapper which provides normal access to an underlying graph but
also maintains a snapshot of the triples it was last known to contain. |
MonitorModel.java | Class | Model wrapper which provides normal access to an underlying model but
also maintains a snapshot of the triples it was last known to contain. |
OneToManyMap.java | Class | 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. |
PrintUtil.java | Class | A collection of small utilites for pretty printing nodes, triples
and associated things. |
QueryMapper.java | Class | Utility class for ModelQueryUtil which converts a query represented
by a model with jqv: variables into a .graph.query.Query object. |
ResourceUtils.java | Class |
General utility methods that operate on RDF resources, but which are not specific
to a given model. |
Tokenizer.java | Class | A tokenizer, similar to java's StringTokenizer but allows for quoted
character strings which can include other separators. |
TypedStream.java | Class | |
URIref.java | Class | This class provides methods to encode and decode URI References
in accordance with http://www.w3.org/TR/charmod/#sec-URIs . |